geovisualisierung/projects/project-3/frontend/tsconfig.spec.json
tim-herbst 064bd86f2b frontend project-init
* angular routing
* scss as style
2020-12-22 07:57:00 +01: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"
]
}