Files
spring-flo/tsconfig.json
2025-01-17 11:07:54 -05:00

32 lines
857 B
JSON

/* To learn more about this file see: https://angular.io/config/tsconfig. */
{
"compileOnSave": false,
"compilerOptions": {
"paths": {
"spring-flo": ["projects/flo"],
"spring-flo/*": ["projects/flo/*"]
},
"baseUrl": "./",
"outDir": "./dist/out-tsc",
"moduleResolution": "node",
"sourceMap": true,
"inlineSources": true,
"declaration": true,
"experimentalDecorators": true,
"noImplicitAny": true,
"skipLibCheck": true,
"stripInternal": true,
"target": "ES2022",
"module": "ES2022",
"useDefineForClassFields": false,
"allowSyntheticDefaultImports": true,
"lib": ["ES2022", "dom"]
},
"angularCompilerOptions": {
"enableI18nLegacyMessageIdFormat": false,
"strictInjectionParameters": true,
"strictInputAccessModifiers": true,
"strictTemplates": false
}
}