From 3867e3ccb8d25efc515a88a7b0516e1c52207822 Mon Sep 17 00:00:00 2001 From: Bart Veneman Date: Sun, 19 Jul 2026 12:28:25 +0200 Subject: [PATCH] `sideEffects: false` --- package.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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",