tsw-timetable-frontend/tsconfig.app.json

18 lines
318 B
JSON
Raw Normal View History

2023-10-01 10:39:17 +02:00
/* To learn more about this file see: https://angular.io/config/tsconfig. */
{
"extends": "./tsconfig.json",
"compilerOptions": {
"outDir": "./out-tsc/app",
"types": [
"@angular/localize"
]
},
"files": [
2023-10-26 23:12:00 +02:00
"src/main.ts",
"src/polyfills.ts"
2023-10-01 10:39:17 +02:00
],
"include": [
"src/**/*.d.ts"
]
}