geovisualisierung/projects/project-3/frontend/e2e/tsconfig.json
tim-herbst 064bd86f2b frontend project-init
* angular routing
* scss as style
2020-12-22 07:57:00 +01:00

15 lines
294 B
JSON

/* To learn more about this file see: https://angular.io/config/tsconfig. */
{
"extends": "../tsconfig.json",
"compilerOptions": {
"outDir": "../out-tsc/e2e",
"module": "commonjs",
"target": "es2018",
"types": [
"jasmine",
"jasminewd2",
"node"
]
}
}