Skip to content

Commit

Permalink
chore(fix): restore "main" and "types" fields in package.json
Browse files Browse the repository at this point in the history
Closes #152
  • Loading branch information
aleclarson committed Aug 8, 2024
1 parent 29093ed commit ae80736
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,8 @@
"version": "5.0.0",
"description": "Vite resolver for TypeScript compilerOptions.paths",
"type": "module",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"exports": {
"types": "./dist/index.d.ts",
"default": "./dist/index.js"
Expand Down

0 comments on commit ae80736

Please sign in to comment.