Change ts target to es2017

cache
Varun Patil 2022-10-12 19:59:55 -07:00
parent 520dd33077
commit 1ec66f5358
1 changed files with 1 additions and 1 deletions

View File

@ -1,7 +1,7 @@
{
"compilerOptions": {
"lib": ["dom", "es2017"],
"target": "ESNext",
"target": "ES2017",
"module": "es2015",
"moduleResolution": "node",
"sourceMap": true,