Add sideEffects: false to all library packages

Enables tree-shaking for bundlers by marking all library packages
as side-effect-free.

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
This commit is contained in:
igm
2026-01-12 15:22:24 +08:00
parent 9c6694cad4
commit c9de0b1ac5
8 changed files with 8 additions and 0 deletions

View File

@@ -2,6 +2,7 @@
"name": "@reviq/server-utils",
"version": "0.0.1",
"type": "module",
"sideEffects": false,
"main": "./dist/index.js",
"types": "./dist/index.d.ts",
"exports": {