Refactor to remove events package

This commit is contained in:
Jerome Wu
2023-07-23 15:02:13 +08:00
parent be676060ba
commit ba63a8c468
16 changed files with 261 additions and 10043 deletions

View File

@@ -4,6 +4,7 @@
"rootDir": "src",
"declaration": true,
"outDir": "./dist/esm",
"target": "esnext"
"target": "esnext",
"moduleResolution": "nodenext"
}
}