]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/blobdiff - tsconfig.base.json
Bumped to version v5.2.1
[github/Chocobozzz/PeerTube.git] / tsconfig.base.json
index a323b0d05e5293f2682f3809c8b39da8f2c66c23..18ba8f06c8db39f69fcceba5c543760ee996dae1 100644 (file)
@@ -8,7 +8,6 @@
     "emitDecoratorMetadata": true,
     "importHelpers": true,
     "removeComments": true,
-    "strictBindCallApply": true,
     "esModuleInterop": true,
     "forceConsistentCasingInFileNames": true,
     "lib": [
       "es2018",
       "es2019"
     ],
-    "typeRoots": [
-      "node_modules/@types",
-      "client/node_modules/@types"
-    ],
     "baseUrl": "./",
     "paths": {
       "@server/*": [ "server/*" ],
       "@shared/*": [ "shared/*" ],
-      "@client/*": [ "client/src/*" ],
+      "@client/*": [ "client/src/*" ]
     },
     "resolveJsonModule": true,
     "strict": false,
+    "strictBindCallApply": true,
+    "allowUnreachableCode": false,
+    "allowUnusedLabels": false,
+    "noFallthroughCasesInSwitch": true,
+    "noUnusedLocals": true,
     "skipLibCheck": true,
     "composite": true,
     "declarationMap": true