Changed jasmine settings and added tsconfig for specs

This commit is contained in:
Alexander Cerutti
2021-02-07 20:26:32 +01:00
parent 84d35ec4c2
commit 1e64046069
5 changed files with 15 additions and 4 deletions

9
tsconfig.spec.json Normal file
View File

@@ -0,0 +1,9 @@
{
"extends": "./tsconfig.json",
"compilerOptions": {
"sourceMap": true
},
"include": [
"spec/**/*",
]
}