aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorAjay Ramachandran <[email protected]>2021-06-26 23:20:09 -0400
committerAjay Ramachandran <[email protected]>2021-06-26 23:20:09 -0400
commitd9d2fc8e03cec11e7e764daa179d434b13918542 (patch)
tree056d2bad7d65677a308b1af6918ae31b4dcba4c2
parent3a9d0ad692078b6153fdc0b76f2dbc23cad34a9c (diff)
downloadSponsorBlock-d9d2fc8e03cec11e7e764daa179d434b13918542.tar.gz
SponsorBlock-d9d2fc8e03cec11e7e764daa179d434b13918542.zip
Fix errors breaking ts compilation
-rw-r--r--tsconfig.json2
1 files changed, 1 insertions, 1 deletions
diff --git a/tsconfig.json b/tsconfig.json
index 873516c6..8fa7472c 100644
--- a/tsconfig.json
+++ b/tsconfig.json
@@ -5,7 +5,7 @@
"noImplicitAny": false,
"sourceMap": false,
"outDir": "dist/js",
- "noEmitOnError": true,
+ "noEmitOnError": false,
"typeRoots": [ "node_modules/@types" ],
"resolveJsonModule": true,
"jsx": "react"