video-server-frontend/tsconfig.spec.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
273 B
JSON

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