etf-demo/tsconfig.json

40 lines
1.1 KiB
JSON
Raw Permalink Normal View History

/* To learn more about this file see: https://angular.io/config/tsconfig. */
2018-11-29 15:00:06 -05:00
{
"compileOnSave": false,
"compilerOptions": {
"outDir": "./out-tsc/app",
"forceConsistentCasingInFileNames": true,
"strict": true,
"noImplicitOverride": true,
"noPropertyAccessFromIndexSignature": true,
"noImplicitReturns": true,
"noFallthroughCasesInSwitch": true,
"skipLibCheck": true,
"esModuleInterop": true,
"sourceMap": true,
"declaration": false,
"experimentalDecorators": true,
"moduleResolution": "node",
"importHelpers": true,
"target": "ES2022",
"module": "ES2022",
"useDefineForClassFields": false,
"lib": [
"ES2022",
"dom"
]
},
"angularCompilerOptions": {
"enableI18nLegacyMessageIdFormat": false,
"strictInjectionParameters": true,
"strictInputAccessModifiers": true,
"strictTemplates": true
},
"files": [
"src/main.ts"
2018-11-29 15:00:06 -05:00
],
"include": [
"src/**/*.d.ts"
2018-11-29 15:00:06 -05:00
]
}