swave-frontend/tsconfig.app.json
José Manuel a7e1c99a65
Some checks failed
gitea/swave-frontend/pipeline/head There was a failure building this commit
Initial commit
2024-10-02 22:56:10 +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"
]
}