mirror of
https://github.com/jdalrymple/gitbeaker.git
synced 2026-01-18 15:55:30 +00:00
14 lines
292 B
JSON
14 lines
292 B
JSON
{
|
|
"files": ["src/bin/generate.ts"],
|
|
"compilerOptions": {
|
|
"esModuleInterop": true,
|
|
"outDir": "temp",
|
|
"allowJs": true,
|
|
"target": "es6",
|
|
"module": "esnext",
|
|
"moduleResolution": "node",
|
|
"baseUrl": ".",
|
|
"lib": ["dom", "es2015", "es2016", "es2017.object"]
|
|
}
|
|
}
|