]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/blobdiff - tsconfig.json
Trigger test build for any branch
[github/Chocobozzz/PeerTube.git] / tsconfig.json
index aa129c1d9e332c92e0c3dfab0df676a71764f757..32e4a42e4655f0c944977a7dab0422abe8154034 100644 (file)
@@ -8,6 +8,7 @@
     "emitDecoratorMetadata": true,
     "importHelpers": true,
     "removeComments": true,
+    "strictBindCallApply": true,
     "outDir": "./dist",
     "lib": [
       "dom",
@@ -28,7 +29,6 @@
       "@shared/*": [ "shared/*" ]
     }
   },
-  "include": [ "." ],
   "exclude": [
     "server/tools/",
     "node_modules",