]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/blobdiff - tsconfig.json
Better logs for redundancy
[github/Chocobozzz/PeerTube.git] / tsconfig.json
index da09d0d8591d0cc61cc25e5081cfd6dd48f4a1a4..32e4a42e4655f0c944977a7dab0422abe8154034 100644 (file)
@@ -8,6 +8,7 @@
     "emitDecoratorMetadata": true,
     "importHelpers": true,
     "removeComments": true,
+    "strictBindCallApply": true,
     "outDir": "./dist",
     "lib": [
       "dom",
@@ -19,7 +20,8 @@
     ],
     "typeRoots": [
       "node_modules/sitemap/node_modules/@types",
-      "node_modules/@types"
+      "node_modules/@types",
+      "server/typings"
     ],
     "baseUrl": "./",
     "paths": {