]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/blobdiff - tsconfig.json
Translated using Weblate (Ukrainian)
[github/Chocobozzz/PeerTube.git] / tsconfig.json
index 058da4f78d4543cbd3ab86bf306f8de16045a6e5..075a3d86eccb416e9946e92a51b4005ecb70cb0d 100644 (file)
@@ -6,7 +6,11 @@
     "sourceMap": false,
     "experimentalDecorators": true,
     "emitDecoratorMetadata": true,
+    "importHelpers": true,
     "removeComments": true,
+    "strictBindCallApply": true,
+    "esModuleInterop": true,
+    "forceConsistentCasingInFileNames": true,
     "outDir": "./dist",
     "lib": [
       "dom",
@@ -17,8 +21,8 @@
       "es2019"
     ],
     "typeRoots": [
-      "node_modules/sitemap/node_modules/@types",
-      "node_modules/@types"
+      "node_modules/@types",
+      "server/typings"
     ],
     "baseUrl": "./",
     "paths": {