aboutsummaryrefslogtreecommitdiffhomepage
path: root/tsconfig.base.json
diff options
context:
space:
mode:
authorChocobozzz <me@florianbigard.com>2022-06-03 16:17:28 +0200
committerChocobozzz <me@florianbigard.com>2022-06-03 16:17:28 +0200
commit38f57175e70fbeae89a544765bf271bdd2a8fd12 (patch)
tree6ccfceebf1d787190c1267593f9d30542e42cfe0 /tsconfig.base.json
parent5d2fd66ab4a75281dab6363ba9131adee7be3a2b (diff)
downloadPeerTube-38f57175e70fbeae89a544765bf271bdd2a8fd12.tar.gz
PeerTube-38f57175e70fbeae89a544765bf271bdd2a8fd12.tar.zst
PeerTube-38f57175e70fbeae89a544765bf271bdd2a8fd12.zip
Update tsconfig
Diffstat (limited to 'tsconfig.base.json')
-rw-r--r--tsconfig.base.json6
1 files changed, 5 insertions, 1 deletions
diff --git a/tsconfig.base.json b/tsconfig.base.json
index b54d5a556..18ba8f06c 100644
--- a/tsconfig.base.json
+++ b/tsconfig.base.json
@@ -8,7 +8,6 @@
8 "emitDecoratorMetadata": true, 8 "emitDecoratorMetadata": true,
9 "importHelpers": true, 9 "importHelpers": true,
10 "removeComments": true, 10 "removeComments": true,
11 "strictBindCallApply": true,
12 "esModuleInterop": true, 11 "esModuleInterop": true,
13 "forceConsistentCasingInFileNames": true, 12 "forceConsistentCasingInFileNames": true,
14 "lib": [ 13 "lib": [
@@ -27,6 +26,11 @@
27 }, 26 },
28 "resolveJsonModule": true, 27 "resolveJsonModule": true,
29 "strict": false, 28 "strict": false,
29 "strictBindCallApply": true,
30 "allowUnreachableCode": false,
31 "allowUnusedLabels": false,
32 "noFallthroughCasesInSwitch": true,
33 "noUnusedLocals": true,
30 "skipLibCheck": true, 34 "skipLibCheck": true,
31 "composite": true, 35 "composite": true,
32 "declarationMap": true 36 "declarationMap": true