Skip to content

Commit

Permalink
Merge pull request #651 from thebuilder/feat/export-mts
Browse files Browse the repository at this point in the history
fix: export .d.mts file for types
  • Loading branch information
thebuilder authored Jan 31, 2024
2 parents 8a22b9c + fb7299f commit af78a9a
Show file tree
Hide file tree
Showing 3 changed files with 386 additions and 273 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 af78a9a

Please sign in to comment.