aboutsummaryrefslogtreecommitdiffhomepage
path: root/tsconfig.json
diff options
context:
space:
mode:
authorAjay Ramachandran <[email protected]>2021-07-14 15:28:38 -0400
committerAjay Ramachandran <[email protected]>2021-07-14 15:28:38 -0400
commit528b475429bf1ad83edc23e24dbe25e1bc2774a1 (patch)
tree6f55ddf136571613fc5c7b5169cdb6606d01a708 /tsconfig.json
parente39b441c1616b359ba3ee59bf53b35c958bb756e (diff)
downloadSponsorBlock-528b475429bf1ad83edc23e24dbe25e1bc2774a1.tar.gz
SponsorBlock-528b475429bf1ad83edc23e24dbe25e1bc2774a1.zip
Fix quotations not working in localisation
Diffstat (limited to 'tsconfig.json')
-rw-r--r--tsconfig.json2
1 files changed, 1 insertions, 1 deletions
diff --git a/tsconfig.json b/tsconfig.json
index 8fa7472c..bc56e429 100644
--- a/tsconfig.json
+++ b/tsconfig.json
@@ -1,7 +1,7 @@
{
"compilerOptions": {
"module": "commonjs",
- "target": "es6",
+ "target": "es2021",
"noImplicitAny": false,
"sourceMap": false,
"outDir": "dist/js",