diff options
author | Ajay Ramachandran <[email protected]> | 2021-07-15 14:09:10 -0400 |
---|---|---|
committer | Ajay Ramachandran <[email protected]> | 2021-07-15 14:09:10 -0400 |
commit | 797c9d67e4d82075d0fae0e9d63ebd0c4c982030 (patch) | |
tree | 651d9cb9cdb66461116cf99cbfdeb46054517964 /tsconfig.json | |
parent | 528b475429bf1ad83edc23e24dbe25e1bc2774a1 (diff) | |
download | SponsorBlock-797c9d67e4d82075d0fae0e9d63ebd0c4c982030.tar.gz SponsorBlock-797c9d67e4d82075d0fae0e9d63ebd0c4c982030.zip |
Switch back to es6
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 bc56e429..8fa7472c 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -1,7 +1,7 @@ { "compilerOptions": { "module": "commonjs", - "target": "es2021", + "target": "es6", "noImplicitAny": false, "sourceMap": false, "outDir": "dist/js", |