X-Git-Url: https://git.immae.eu/?a=blobdiff_plain;f=client%2Ftsconfig.json;h=beca79e01f7d89c967f4c072b0d86230a45cd858;hb=4e74e8032be8293ffe3cb3c30528d4ef7c11a798;hp=431ea7d91ba05946b0039b90a0db41ced37908db;hpb=5b3f86dd80d0cd1abc4fbe83cac4b00bfe6e96b6;p=github%2FChocobozzz%2FPeerTube.git diff --git a/client/tsconfig.json b/client/tsconfig.json index 431ea7d91..beca79e01 100644 --- a/client/tsconfig.json +++ b/client/tsconfig.json @@ -7,7 +7,9 @@ "moduleResolution": "node", "emitDecoratorMetadata": true, "experimentalDecorators": true, - "noImplicitAny": false, + "noImplicitAny": true, + "noImplicitThis": true, + "suppressImplicitAnyIndexErrors":true, "alwaysStrict": true, "target": "es5", "typeRoots": [