We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5662909 commit b5390d4Copy full SHA for b5390d4
packages/client/package.json
@@ -22,8 +22,8 @@
22
],
23
"exports": {
24
".": {
25
- "import": "./dist/index.js",
26
- "types": "./dist/index.d.ts"
+ "types": "./dist/index.d.mts",
+ "import": "./dist/index.mjs"
27
}
28
},
29
"files": [
packages/server/package.json
0 commit comments