mirror of
https://github.com/jdalrymple/gitbeaker.git
synced 2026-01-18 15:55:30 +00:00
12 lines
247 B
JSON
12 lines
247 B
JSON
{
|
|
"compilerOptions": {
|
|
"allowSyntheticDefaultImports": true,
|
|
"allowJs": true,
|
|
"target": "es6",
|
|
"module": "esnext",
|
|
"moduleResolution": "node",
|
|
"baseUrl": ".",
|
|
"lib": ["dom", "es2015", "es2016", "es2017.object"]
|
|
}
|
|
}
|