From 07524e229fa88a0d01af9d52ce124760f8ca5fa4 Mon Sep 17 00:00:00 2001 From: Chocobozzz Date: Fri, 28 Sep 2018 10:36:26 +0200 Subject: Enable more angular options --- client/tsconfig.json | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'client/tsconfig.json') 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 @@ "moduleResolution": "node", "emitDecoratorMetadata": true, "experimentalDecorators": true, + "noImplicitAny": false, "target": "es5", "typeRoots": [ "node_modules/@types" @@ -32,6 +33,10 @@ "crypto": [ "./shims/noop" ] } }, + "angularCompilerOptions": { + "strictInjectionParameters": true, + "fullTemplateTypeCheck": true + }, "exclude": [ "../node_modules", "node_modules", -- cgit v1.2.3