mirror of
https://github.com/valitydev/control-center.git
synced 2024-11-06 10:35:18 +00:00
18 lines
464 B
JSON
18 lines
464 B
JSON
{
|
|
"compileOnSave": false,
|
|
"compilerOptions": {
|
|
"baseUrl": "./",
|
|
"outDir": "./dist/out-tsc",
|
|
"sourceMap": true,
|
|
"declaration": false,
|
|
"module": "es2015",
|
|
"moduleResolution": "node",
|
|
"emitDecoratorMetadata": true,
|
|
"experimentalDecorators": true,
|
|
"target": "es5",
|
|
"typeRoots": ["node_modules/@types"],
|
|
"lib": ["es2017", "dom"],
|
|
"downlevelIteration": true
|
|
}
|
|
}
|