Skip to content

Commit 757dff2

Browse files
committed
fix: include module and types properties in package.json
While technically unnecessary, some IDEs like WebStorm still require this for proper resolution.
1 parent 84802e1 commit 757dff2

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

package.json

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,8 @@
2525
}
2626
}
2727
},
28+
"module": "./dist/index.js",
29+
"types": "./dist/index.d.ts",
2830
"scripts": {
2931
"build": "tsc && vite build",
3032
"format": "biome format . --write",

0 commit comments

Comments
 (0)