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 e31c11a commit f8348a3Copy full SHA for f8348a3
1 file changed
packages/ui-core/package.json
@@ -15,9 +15,14 @@
15
"type": "module",
16
"exports": {
17
".": {
18
- "types": "./dist/index.d.mts",
19
- "import": "./dist/index.mjs",
20
- "require": "./dist/index.cjs"
+ "import": {
+ "types": "./dist/index.d.mts",
+ "default": "./dist/index.mjs"
21
+ },
22
+ "require": {
23
+ "types": "./dist/index.d.cts",
24
+ "default": "./dist/index.cjs"
25
+ }
26
},
27
"./package.json": "./package.json"
28
0 commit comments