]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/blobdiff - client/tsconfig.json
Fallback HLS to webtorrent
[github/Chocobozzz/PeerTube.git] / client / tsconfig.json
index ef80445db05dec5ccf550b14a6bc0a28446c6307..3f9986f8a6674c306862d48bd44c119b7908c00c 100644 (file)
@@ -5,9 +5,11 @@
     "sourceMap": true,
     "declaration": false,
     "moduleResolution": "node",
+    "module": "esnext",
     "emitDecoratorMetadata": true,
     "experimentalDecorators": true,
     "noImplicitAny": true,
+    "noImplicitThis": true,
     "suppressImplicitAnyIndexErrors":true,
     "alwaysStrict": true,
     "target": "es5",