diff --git a/package.json b/package.json index 688fd70..f0a64f3 100644 --- a/package.json +++ b/package.json @@ -17,6 +17,7 @@ } } }, + "sideEffects": false, "scripts": { "build": "tsup src/index.ts --format esm,cjs --dts --sourcemap --clean", "test": "npm run test:smoke && npm run test:unit ",