fix jasmine and karma integration for IDEs (#6409)

This commit is contained in:
Denys Vuika
2020-12-02 14:02:48 +00:00
committed by GitHub
parent a3fabf632c
commit ab7544a725
4 changed files with 1 additions and 5 deletions
+1 -2
View File
@@ -1,8 +1,7 @@
{
"extends": "./tsconfig.json",
"compilerOptions": {
"outDir": "./out-tsc/app",
"types": []
"outDir": "./out-tsc/app"
},
"files": [
"demo-shell/src/main.ts",