Skip to content

Commit ae80736

Browse files
committed
chore(fix): restore "main" and "types" fields in package.json
Closes #152
1 parent 29093ed commit ae80736

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
@@ -3,6 +3,8 @@
33
"version": "5.0.0",
44
"description": "Vite resolver for TypeScript compilerOptions.paths",
55
"type": "module",
6+
"main": "dist/index.js",
7+
"types": "dist/index.d.ts",
68
"exports": {
79
"types": "./dist/index.d.ts",
810
"default": "./dist/index.js"

0 commit comments

Comments
 (0)