aboutsummaryrefslogtreecommitdiffhomepage
path: root/tsconfig.json
diff options
context:
space:
mode:
authorMichael C <[email protected]>2022-10-20 22:13:51 -0400
committerMichael C <[email protected]>2022-10-20 22:13:51 -0400
commit1fcfea9fd533bbc7d91811c417d9646666f07dd6 (patch)
tree167ddf1d5a25724b072987af8823cdb2c7a7fd3d /tsconfig.json
parentaec5845bced2443dea0bf36affd1aa64df18f36e (diff)
downloadSponsorBlock-1fcfea9fd533bbc7d91811c417d9646666f07dd6.tar.gz
SponsorBlock-1fcfea9fd533bbc7d91811c417d9646666f07dd6.zip
add noFallThrough, inplicitReturn, update packages
Diffstat (limited to 'tsconfig.json')
-rw-r--r--tsconfig.json2
1 files changed, 2 insertions, 0 deletions
diff --git a/tsconfig.json b/tsconfig.json
index a2c61955..7f2ac9cf 100644
--- a/tsconfig.json
+++ b/tsconfig.json
@@ -3,6 +3,8 @@
"module": "commonjs",
"target": "es6",
"noImplicitAny": false,
+ "noImplicitReturns": true,
+ "noFallthroughCasesInSwitch": true,
"sourceMap": true,
"outDir": "dist/js",
"noEmitOnError": false,