Fixed exports and compiled function to ESM

This commit is contained in:
Alexander Cerutti
2023-07-29 23:58:49 +02:00
parent f2442fc4ce
commit fb6e6739b5
3 changed files with 7 additions and 4 deletions

View File

@@ -1,6 +1,6 @@
{
"compilerOptions": {
"target": "es2016",
"target": "ESNext",
"module": "NodeNext",
"rootDir": "src",
"moduleResolution": "NodeNext",