mirror of
https://github.com/clearml/clearml-web
synced 2025-01-30 22:17:22 +00:00
946d6ec9ae
Co-authored-by: shallegro <shay@allego.ai>
46 lines
1.0 KiB
JSON
46 lines
1.0 KiB
JSON
{
|
|
"compileOnSave": false,
|
|
"compilerOptions": {
|
|
"baseUrl": "./",
|
|
"outDir": "./dist/out-tsc",
|
|
"forceConsistentCasingInFileNames": true,
|
|
"noImplicitOverride": true,
|
|
"noImplicitReturns": true,
|
|
"noFallthroughCasesInSwitch": true,
|
|
"sourceMap": true,
|
|
"declaration": false,
|
|
"experimentalDecorators": true,
|
|
"moduleResolution": "node",
|
|
"importHelpers": true,
|
|
"esModuleInterop": true,
|
|
"target": "ES2022",
|
|
"module": "ES2022",
|
|
"useDefineForClassFields": false,
|
|
"resolveJsonModule": true,
|
|
"typeRoots": [
|
|
"node_modules/@types"
|
|
],
|
|
"lib": [
|
|
"ES2022",
|
|
"dom",
|
|
"ES2023.Array"
|
|
],
|
|
"paths": {
|
|
"@common/*": [
|
|
"src/app/webapp-common/*"
|
|
],
|
|
"~/*": [
|
|
"src/app/*"
|
|
]
|
|
},
|
|
"skipLibCheck": true
|
|
},
|
|
"angularCompilerOptions": {
|
|
"enableI18nLegacyMessageIdFormat": false,
|
|
"strictInjectionParameters": true,
|
|
"strictInputAccessModifiers": true,
|
|
"strictTemplates": true,
|
|
"preserveWhitespaces": false
|
|
}
|
|
}
|