diff options
author | Ajay Ramachandran <[email protected]> | 2021-07-14 15:28:38 -0400 |
---|---|---|
committer | Ajay Ramachandran <[email protected]> | 2021-07-14 15:28:38 -0400 |
commit | 528b475429bf1ad83edc23e24dbe25e1bc2774a1 (patch) | |
tree | 6f55ddf136571613fc5c7b5169cdb6606d01a708 /tsconfig.json | |
parent | e39b441c1616b359ba3ee59bf53b35c958bb756e (diff) | |
download | SponsorBlock-528b475429bf1ad83edc23e24dbe25e1bc2774a1.tar.gz SponsorBlock-528b475429bf1ad83edc23e24dbe25e1bc2774a1.zip |
Fix quotations not working in localisation
Diffstat (limited to 'tsconfig.json')
-rw-r--r-- | tsconfig.json | 2 |
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", |