diff options
Diffstat (limited to 'client/tsconfig.json')
-rw-r--r-- | client/tsconfig.json | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/client/tsconfig.json b/client/tsconfig.json index 8824c4f7c..fbdeb6d5d 100644 --- a/client/tsconfig.json +++ b/client/tsconfig.json | |||
@@ -26,7 +26,7 @@ | |||
26 | "paths": { | 26 | "paths": { |
27 | "@app/*": [ "src/app/*" ], | 27 | "@app/*": [ "src/app/*" ], |
28 | "@shared/*": [ "../shared/*" ], | 28 | "@shared/*": [ "../shared/*" ], |
29 | "video.js": [ "node_modules/video.js/dist/alt/video.core.js" ], | 29 | "video.js": [ "node_modules/video.js/dist/alt/video.core.novtt" ], |
30 | "fs": [ "src/shims/noop" ], | 30 | "fs": [ "src/shims/noop" ], |
31 | "http": [ "src/shims/http" ], | 31 | "http": [ "src/shims/http" ], |
32 | "https": [ "src/shims/https" ], | 32 | "https": [ "src/shims/https" ], |
@@ -37,6 +37,7 @@ | |||
37 | }, | 37 | }, |
38 | "angularCompilerOptions": { | 38 | "angularCompilerOptions": { |
39 | "strictInjectionParameters": true, | 39 | "strictInjectionParameters": true, |
40 | "fullTemplateTypeCheck": true | 40 | "fullTemplateTypeCheck": true, |
41 | "strictTemplates": true | ||
41 | } | 42 | } |
42 | } | 43 | } |