diff options
author | Ajay Ramachandran <[email protected]> | 2021-06-26 23:20:09 -0400 |
---|---|---|
committer | Ajay Ramachandran <[email protected]> | 2021-06-26 23:20:09 -0400 |
commit | d9d2fc8e03cec11e7e764daa179d434b13918542 (patch) | |
tree | 056d2bad7d65677a308b1af6918ae31b4dcba4c2 | |
parent | 3a9d0ad692078b6153fdc0b76f2dbc23cad34a9c (diff) | |
download | SponsorBlock-d9d2fc8e03cec11e7e764daa179d434b13918542.tar.gz SponsorBlock-d9d2fc8e03cec11e7e764daa179d434b13918542.zip |
Fix errors breaking ts compilation
-rw-r--r-- | tsconfig.json | 2 |
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" |