Files
Sinia/tsconfig.app.json
Arne 2b169e869c
All checks were successful
Copy Files to Samba Share / Copy Files (push) Successful in 2m8s
Changed to angular project
2023-07-24 18:37:54 +02:00

15 lines
263 B
JSON

/* To learn more about this file see: https://angular.io/config/tsconfig. */
{
"extends": "./tsconfig.json",
"compilerOptions": {
"outDir": "./out-tsc/app",
"types": []
},
"files": [
"src/main.ts"
],
"include": [
"src/**/*.d.ts"
]
}