]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/blobdiff - tsconfig.json
Limit live bitrate
[github/Chocobozzz/PeerTube.git] / tsconfig.json
index 7eed7d0cd5b1d604be4c0f285d0bfa9f7fb1b87e..32e4a42e4655f0c944977a7dab0422abe8154034 100644 (file)
@@ -6,17 +6,22 @@
     "sourceMap": false,
     "experimentalDecorators": true,
     "emitDecoratorMetadata": true,
+    "importHelpers": true,
     "removeComments": true,
+    "strictBindCallApply": true,
     "outDir": "./dist",
     "lib": [
       "dom",
       "es2015",
       "es2016",
-      "es2017"
+      "es2017",
+      "es2018",
+      "es2019"
     ],
     "typeRoots": [
       "node_modules/sitemap/node_modules/@types",
-      "node_modules/@types"
+      "node_modules/@types",
+      "server/typings"
     ],
     "baseUrl": "./",
     "paths": {