updated tsconfig to use "ESNext"

This commit is contained in:
2022-04-05 14:54:00 +02:00
parent db05f99c96
commit 0fe58e3ccf

View File

@@ -1,7 +1,7 @@
{
"compilerOptions": {
"module": "umd",
"target": "es2021",
"module": "ESNext",
"target": "ESNext",
"declaration": true,
"outDir": "./dist",
},