aboutsummaryrefslogtreecommitdiffhomepage
path: root/tsconfig.json
diff options
context:
space:
mode:
authorAjay Ramachandran <[email protected]>2021-07-15 14:09:10 -0400
committerAjay Ramachandran <[email protected]>2021-07-15 14:09:10 -0400
commit797c9d67e4d82075d0fae0e9d63ebd0c4c982030 (patch)
tree651d9cb9cdb66461116cf99cbfdeb46054517964 /tsconfig.json
parent528b475429bf1ad83edc23e24dbe25e1bc2774a1 (diff)
downloadSponsorBlock-797c9d67e4d82075d0fae0e9d63ebd0c4c982030.tar.gz
SponsorBlock-797c9d67e4d82075d0fae0e9d63ebd0c4c982030.zip
Switch back to es6
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 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",