diff --git a/tsconfig.json b/tsconfig.json index a8afee4..51ea63b 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -1,7 +1,7 @@ { "compilerOptions": { - "module": "umd", - "target": "es2021", + "module": "ESNext", + "target": "ESNext", "declaration": true, "outDir": "./dist", },