diff --git a/package.json b/package.json index fa05b95..89b6528 100644 --- a/package.json +++ b/package.json @@ -20,6 +20,7 @@ "dist" ], "type": "module", + "sideEffects": false, "main": "./dist/index.js", "module": "./dist/index.js", "types": "./dist/index.d.ts", @@ -83,7 +84,7 @@ "lint": "oxlint --config .oxlintrc.json && oxfmt --check", "check": "tsc --noEmit", "knip": "knip", - "precommit": "pnpm run test -- --run; pnpm run lint; pnpm run check" + "precommit": "pnpm run test --run; pnpm run lint; pnpm run check" }, "devDependencies": { "@projectwallace/preset-oxlint": "^0.0.11",