Skip to content

Commit

Permalink
Merge pull request #38 from Ayc0/Ayc0/fix-types
Browse files Browse the repository at this point in the history
[types] fix path to types and add types in exports field
  • Loading branch information
Ayc0 authored Jun 29, 2023
2 parents fc58e87 + f438d17 commit bbe2bda
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 @@ -5,9 +5,10 @@
"source": "src/index.ts",
"main": "dist/index.js",
"module": "dist/index.mjs",
"types": "dist/index.d.js",
"types": "dist/index.d.ts",
"exports": {
".": {
"types": "./dist/index.d.ts",
"require": "./dist/index.js",
"import": "./dist/index.mjs",
"browser": "./dist/index.mjs"
Expand Down

0 comments on commit bbe2bda

Please sign in to comment.