]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/blobdiff - client/tsconfig.json
add noImplicitThis flag (#1324)
[github/Chocobozzz/PeerTube.git] / client / tsconfig.json
index ef80445db05dec5ccf550b14a6bc0a28446c6307..beca79e01f7d89c967f4c072b0d86230a45cd858 100644 (file)
@@ -8,6 +8,7 @@
     "emitDecoratorMetadata": true,
     "experimentalDecorators": true,
     "noImplicitAny": true,
+    "noImplicitThis": true,
     "suppressImplicitAnyIndexErrors":true,
     "alwaysStrict": true,
     "target": "es5",