36 lines
875 B
JSON
36 lines
875 B
JSON
{
|
|
"extends": "./node_modules/gts/tsconfig-google.json",
|
|
"compileOnSave": false,
|
|
"compilerOptions": {
|
|
"ignoreDeprecations": "5.0",
|
|
"baseUrl": "./",
|
|
"outDir": "./dist/out-tsc",
|
|
"noImplicitOverride": true,
|
|
"noPropertyAccessFromIndexSignature": true,
|
|
"downlevelIteration": true,
|
|
"experimentalDecorators": true,
|
|
"moduleResolution": "node",
|
|
"importHelpers": true,
|
|
"target": "ES2022",
|
|
"module": "ES2022",
|
|
"useDefineForClassFields": false,
|
|
"lib": [
|
|
"ES2022",
|
|
"dom"
|
|
],
|
|
},
|
|
"angularCompilerOptions": {
|
|
"enableI18nLegacyMessageIdFormat": false,
|
|
"strictInjectionParameters": true,
|
|
"strictInputAccessModifiers": true,
|
|
"strictTemplates": true,
|
|
"suppressImplicitAnyIndexErrors": true,
|
|
"strictPropertyInitialization": false,
|
|
},
|
|
"include": [
|
|
"src/**/*.ts",
|
|
"test/**/*.ts"
|
|
]
|
|
}
|
|
|