]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/blobdiff - tsconfig.json
Constants consistency
[github/Chocobozzz/PeerTube.git] / tsconfig.json
index aa129c1d9e332c92e0c3dfab0df676a71764f757..075a3d86eccb416e9946e92a51b4005ecb70cb0d 100644 (file)
@@ -8,6 +8,9 @@
     "emitDecoratorMetadata": true,
     "importHelpers": true,
     "removeComments": true,
+    "strictBindCallApply": true,
+    "esModuleInterop": true,
+    "forceConsistentCasingInFileNames": true,
     "outDir": "./dist",
     "lib": [
       "dom",
@@ -18,7 +21,6 @@
       "es2019"
     ],
     "typeRoots": [
-      "node_modules/sitemap/node_modules/@types",
       "node_modules/@types",
       "server/typings"
     ],
@@ -28,7 +30,6 @@
       "@shared/*": [ "shared/*" ]
     }
   },
-  "include": [ "." ],
   "exclude": [
     "server/tools/",
     "node_modules",