video-server-frontend/tsconfig.app.json
Jose134 93db45b209
Some checks failed
gitea/video-server-frontend/pipeline/head There was a failure building this commit
Initial commit
2024-08-11 02:53:49 +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"
]
}