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": { "compilerOptions": {
"module": "umd", "module": "ESNext",
"target": "es2021", "target": "ESNext",
"declaration": true, "declaration": true,
"outDir": "./dist", "outDir": "./dist",
}, },