]> 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 b54d5a5565a87f3746e08790ff8c8128e86401c5..18ba8f06c8db39f69fcceba5c543760ee996dae1 100644 (file)
@@ -8,7 +8,6 @@
     "emitDecoratorMetadata": true,
     "importHelpers": true,
     "removeComments": true,
-    "strictBindCallApply": true,
     "esModuleInterop": true,
     "forceConsistentCasingInFileNames": true,
     "lib": [
     },
     "resolveJsonModule": true,
     "strict": false,
+    "strictBindCallApply": true,
+    "allowUnreachableCode": false,
+    "allowUnusedLabels": false,
+    "noFallthroughCasesInSwitch": true,
+    "noUnusedLocals": true,
     "skipLibCheck": true,
     "composite": true,
     "declarationMap": true