There was an error while loading. Please reload this page.
1 parent 3724ec5 commit 5ecc51eCopy full SHA for 5ecc51e
.gitignore
@@ -48,3 +48,5 @@ gulpfile.js.map
48
49
# OS X trash files
50
.DS_Store
51
+src/client/app/shared/config/env.config.js
52
+src/client/app/shared/config/env.config.js.map
src/client/tsconfig.json
@@ -28,5 +28,10 @@
28
"systemjs"
29
]
30
},
31
+ "exclude": [
32
+ "node_modules",
33
+ "dist",
34
+ "src"
35
+ ],
36
"compileOnSave": false
37
}
tsconfig.json
@@ -21,12 +21,7 @@
21
"./node_modules"
22
],
23
"types": [
24
- "core-js",
25
- "express",
26
- "jasmine",
27
- "node",
- "protractor",
- "systemjs"
+ "node"
"exclude": [
0 commit comments