updated tsconfig to use "ESNext"
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
{
|
||||
"compilerOptions": {
|
||||
"module": "umd",
|
||||
"target": "es2021",
|
||||
"module": "ESNext",
|
||||
"target": "ESNext",
|
||||
"declaration": true,
|
||||
"outDir": "./dist",
|
||||
},
|
||||
|
Reference in New Issue
Block a user