mirror of
https://github.com/clearml/clearml-web
synced 2025-01-31 06:26:57 +00:00
30 lines
645 B
JSON
30 lines
645 B
JSON
|
{
|
||
|
"compileOnSave": false,
|
||
|
"compilerOptions": {
|
||
|
"downlevelIteration": true,
|
||
|
"importHelpers": true,
|
||
|
"module": "esnext",
|
||
|
"outDir": "./dist/out-tsc",
|
||
|
"sourceMap": true,
|
||
|
"declaration": false,
|
||
|
"moduleResolution": "node",
|
||
|
"emitDecoratorMetadata": true,
|
||
|
"experimentalDecorators": true,
|
||
|
"allowSyntheticDefaultImports": true,
|
||
|
"target": "es2015",
|
||
|
"resolveJsonModule": true,
|
||
|
"typeRoots": [
|
||
|
"node_modules/@types"
|
||
|
],
|
||
|
"lib": [
|
||
|
"es2017",
|
||
|
"dom"
|
||
|
],
|
||
|
"baseUrl": "./"
|
||
|
},
|
||
|
"angularCompilerOptions": {
|
||
|
"fullTemplateTypeCheck": true,
|
||
|
"preserveWhitespaces": true
|
||
|
}
|
||
|
}
|