mirror of
https://github.com/clearml/clearml-web
synced 2025-01-30 22:17:22 +00:00
35 lines
750 B
JSON
35 lines
750 B
JSON
{
|
|
"compileOnSave": false,
|
|
"compilerOptions": {
|
|
"downlevelIteration": true,
|
|
"importHelpers": true,
|
|
"module": "es2020",
|
|
"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": [
|
|
"es2019.array",
|
|
"es2017",
|
|
"dom"
|
|
],
|
|
"baseUrl": "./",
|
|
"paths": {
|
|
"@common/*": ["app/webapp-common/*"],
|
|
"~/*": ["app/*"]
|
|
}
|
|
},
|
|
"angularCompilerOptions": {
|
|
"strictTemplates": true,
|
|
"preserveWhitespaces": true
|
|
}
|
|
}
|