1
0
Fork 0

revert target to es6

pull/1486/head
Bethany 2023-08-08 12:49:45 -07:00
parent e85cd96d85
commit 1718e0d97c
1 changed files with 1 additions and 1 deletions

View File

@ -4,7 +4,7 @@
"module": "commonjs",
"strict": true,
"declaration": true,
"target": "es2020",
"target": "es6",
"sourceMap": true,
"noImplicitAny": false,
"baseUrl": "./",