aboutsummaryrefslogtreecommitdiffhomepage
path: root/client
diff options
context:
space:
mode:
Diffstat (limited to 'client')
-rw-r--r--client/tsconfig.json5
1 files changed, 5 insertions, 0 deletions
diff --git a/client/tsconfig.json b/client/tsconfig.json
index f1d97110d..e041769dd 100644
--- a/client/tsconfig.json
+++ b/client/tsconfig.json
@@ -7,6 +7,7 @@
7 "moduleResolution": "node", 7 "moduleResolution": "node",
8 "emitDecoratorMetadata": true, 8 "emitDecoratorMetadata": true,
9 "experimentalDecorators": true, 9 "experimentalDecorators": true,
10 "noImplicitAny": false,
10 "target": "es5", 11 "target": "es5",
11 "typeRoots": [ 12 "typeRoots": [
12 "node_modules/@types" 13 "node_modules/@types"
@@ -32,6 +33,10 @@
32 "crypto": [ "./shims/noop" ] 33 "crypto": [ "./shims/noop" ]
33 } 34 }
34 }, 35 },
36 "angularCompilerOptions": {
37 "strictInjectionParameters": true,
38 "fullTemplateTypeCheck": true
39 },
35 "exclude": [ 40 "exclude": [
36 "../node_modules", 41 "../node_modules",
37 "node_modules", 42 "node_modules",