Target es6 with TS

This commit is contained in:
Dustin Brett
2021-04-24 23:42:19 -07:00
parent bc2e86975e
commit 3a2f2d9ef5

View File

@@ -2,7 +2,7 @@
"compilerOptions": {
"baseUrl": ".",
"downlevelIteration": true,
"target": "es5",
"target": "es6",
"lib": ["dom", "dom.iterable", "esnext"],
"allowJs": true,
"skipLibCheck": true,