X-Git-Url: https://git.immae.eu/?a=blobdiff_plain;f=client%2Ftsconfig.json;h=e041769dd9c8a170f74ba3935ef37e8118e27d60;hb=a585824160d016db7c9bff0e1cb1ffa3aaf73d74;hp=f1d97110dfbbba3bed6acf38fa3018668a352f8c;hpb=f2e05ffea78255dd431dbddfffff89ac9ff69bdc;p=github%2FChocobozzz%2FPeerTube.git 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",