DHBW-RaPla-Vorratsdatenspei.../Frontend/tsconfig.spec.json
Patrick Müller b9c4a278cc
All checks were successful
Jenkins Production Deployment
Modularizing, adding frontend module
2021-09-19 20:19:20 +02:00

19 lines
333 B
JSON

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