fix(package): enable tree shaking

This commit is contained in:
AAGaming
2022-06-29 11:50:20 -04:00
parent 0ff3476987
commit 58933f827c

View File

@@ -5,6 +5,7 @@
"main": "dist/index.js",
"types": "dist/index.d.ts",
"module": "dist/index.js",
"sideEffects": false,
"scripts": {
"build": "shx rm -rf dist && tsc -b",
"dev": "tsc -b -w",