student-info/tsconfig.json
2025-06-17 00:19:38 +02:00

28 lines
617 B
JSON

{
"compilerOptions": {
"moduleResolution": "bundler",
"emitDecoratorMetadata": false,
"target": "es2022",
"module": "preserve",
"lib": ["es2020", "dom"],
"paths": {},
"isolatedModules": true
},
"angularCompilerOptions": {
"enableI18nLegacyMessageIdFormat": false,
"strictInjectionParameters": true,
"strictInputAccessModifiers": true,
"typeCheckHostBindings": true,
"strictTemplates": true
},
"files": [],
"include": [],
"references": [
{
"path": "./tsconfig.app.json"
}
],
"compileOnSave": false,
"exclude": ["node_modules", "tmp"]
}