Skip to content

Commit

Permalink
fix: export .d.mts file for types
Browse files Browse the repository at this point in the history
  • Loading branch information
thebuilder committed Nov 16, 2023
1 parent 9699c31 commit 7e2c575
Show file tree
Hide file tree
Showing 3 changed files with 250 additions and 325 deletions.
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
"default": "./dist/test-utils.js"
},
".": {
"types": "./dist/index.d.ts",
"types": "./dist/index.d.mts",
"require": "./dist/index.js",
"default": "./dist/index.mjs"
}
Expand Down Expand Up @@ -144,8 +144,8 @@
"react-dom": "^18.2.0",
"simple-git-hooks": "^2.8.1",
"size-limit": "^8.2.4",
"tsup": "^7.0.0",
"typescript": "^5.1.3",
"tsup": "^7.2.0",
"typescript": "^5.2.2",
"vitest": "^0.32.2"
},
"pnpm": {
Expand Down
Loading

0 comments on commit 7e2c575

Please sign in to comment.