aboutsummaryrefslogtreecommitdiffhomepage
path: root/client/tsconfig.json
diff options
context:
space:
mode:
Diffstat (limited to 'client/tsconfig.json')
-rw-r--r--client/tsconfig.json3
1 files changed, 3 insertions, 0 deletions
diff --git a/client/tsconfig.json b/client/tsconfig.json
index 56e7b68ee..41814d036 100644
--- a/client/tsconfig.json
+++ b/client/tsconfig.json
@@ -13,6 +13,7 @@
13 "suppressImplicitAnyIndexErrors":true, 13 "suppressImplicitAnyIndexErrors":true,
14 "alwaysStrict": true, 14 "alwaysStrict": true,
15 "importHelpers": true, 15 "importHelpers": true,
16 "allowSyntheticDefaultImports": true,
16 "strictBindCallApply": true, 17 "strictBindCallApply": true,
17 "target": "es2015", 18 "target": "es2015",
18 "typeRoots": [ 19 "typeRoots": [
@@ -34,6 +35,8 @@
34 "@shared/models": [ "../shared/models" ], 35 "@shared/models": [ "../shared/models" ],
35 "@shared/core-utils": [ "../shared/core-utils" ], 36 "@shared/core-utils": [ "../shared/core-utils" ],
36 "@shared/core-utils/*": [ "../shared/core-utils/*" ], 37 "@shared/core-utils/*": [ "../shared/core-utils/*" ],
38 "@shared/typescript-utils": [ "../shared/typescript-utils" ],
39 "@shared/typescript-utils/*": [ "../shared/typescript-utils/*" ],
37 "@root-helpers/*": [ "src/root-helpers/*" ], 40 "@root-helpers/*": [ "src/root-helpers/*" ],
38 "fs": [ "src/shims/noop.ts" ], 41 "fs": [ "src/shims/noop.ts" ],
39 "http": [ "src/shims/http.ts" ], 42 "http": [ "src/shims/http.ts" ],