aboutsummaryrefslogtreecommitdiffhomepage
path: root/client
diff options
context:
space:
mode:
Diffstat (limited to 'client')
-rw-r--r--client/tsconfig.json6
1 files changed, 5 insertions, 1 deletions
diff --git a/client/tsconfig.json b/client/tsconfig.json
index 6ac5e6a9e..f1d97110d 100644
--- a/client/tsconfig.json
+++ b/client/tsconfig.json
@@ -17,6 +17,9 @@
17 "es2015", 17 "es2015",
18 "dom" 18 "dom"
19 ], 19 ],
20 "types": [
21 "jasmine"
22 ],
20 "baseUrl": "src", 23 "baseUrl": "src",
21 "paths": { 24 "paths": {
22 "@app/*": [ "app/*" ], 25 "@app/*": [ "app/*" ],
@@ -33,6 +36,7 @@
33 "../node_modules", 36 "../node_modules",
34 "node_modules", 37 "node_modules",
35 "dist", 38 "dist",
36 "../server" 39 "../server",
40 "src/**/*.spec.ts"
37 ] 41 ]
38} 42}