mirror of
https://github.com/jdalrymple/gitbeaker.git
synced 2026-01-18 15:55:30 +00:00
9 lines
152 B
JSON
9 lines
152 B
JSON
{
|
|
"compilerOptions": {
|
|
"target": "es2020",
|
|
"module": "esnext",
|
|
"allowSyntheticDefaultImports": true,
|
|
"moduleResolution": "node"
|
|
}
|
|
}
|