Skip to content

Commit

Permalink
fix: expose types entry, close #5
Browse files Browse the repository at this point in the history
  • Loading branch information
kingyue737 committed Aug 30, 2024
1 parent 1edac26 commit 0dfec6a
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,8 @@
"types": "./dist/types.d.ts",
"import": "./dist/module.mjs",
"require": "./dist/module.cjs"
}
},
"./runtime/types": "./dist/runtime/types.js"
},
"main": "./dist/module.cjs",
"types": "./dist/types.d.ts",
Expand Down

0 comments on commit 0dfec6a

Please sign in to comment.