mirror of
https://github.com/valitydev/control-center.git
synced 2024-11-05 18:15:27 +00:00
38 lines
1.3 KiB
JSON
38 lines
1.3 KiB
JSON
/* To learn more about this file see: https://angular.io/config/tsconfig. */
|
|
{
|
|
"compileOnSave": false,
|
|
"compilerOptions": {
|
|
"baseUrl": "./",
|
|
"outDir": "./dist/out-tsc",
|
|
"forceConsistentCasingInFileNames": true,
|
|
"strict": false,
|
|
"esModuleInterop": true,
|
|
"noImplicitOverride": false,
|
|
"noPropertyAccessFromIndexSignature": false,
|
|
"noImplicitReturns": false,
|
|
"noFallthroughCasesInSwitch": false,
|
|
"sourceMap": true,
|
|
"declaration": false,
|
|
"experimentalDecorators": true,
|
|
"moduleResolution": "node",
|
|
"importHelpers": true,
|
|
"target": "ES2022",
|
|
"module": "ES2022",
|
|
"useDefineForClassFields": false,
|
|
"lib": ["ESNext", "DOM"],
|
|
"resolveJsonModule": true,
|
|
"skipLibCheck": true,
|
|
"paths": {
|
|
"@cc/*": ["src/*"],
|
|
// necessary for local work with the library (ng-core), so that the node does not use the second angular from the local library node_modules
|
|
"@angular/*": ["./node_modules/@angular/*"]
|
|
}
|
|
},
|
|
"angularCompilerOptions": {
|
|
"enableI18nLegacyMessageIdFormat": false,
|
|
"strictInjectionParameters": true,
|
|
"strictInputAccessModifiers": true,
|
|
"strictTemplates": false
|
|
}
|
|
}
|