]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/blobdiff - tsconfig.json
Remove peertube watch and peertube repl
[github/Chocobozzz/PeerTube.git] / tsconfig.json
index da09d0d8591d0cc61cc25e5081cfd6dd48f4a1a4..075a3d86eccb416e9946e92a51b4005ecb70cb0d 100644 (file)
@@ -8,6 +8,9 @@
     "emitDecoratorMetadata": true,
     "importHelpers": true,
     "removeComments": true,
+    "strictBindCallApply": true,
+    "esModuleInterop": true,
+    "forceConsistentCasingInFileNames": true,
     "outDir": "./dist",
     "lib": [
       "dom",
@@ -18,8 +21,8 @@
       "es2019"
     ],
     "typeRoots": [
-      "node_modules/sitemap/node_modules/@types",
-      "node_modules/@types"
+      "node_modules/@types",
+      "server/typings"
     ],
     "baseUrl": "./",
     "paths": {