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 70cb04f commit 1fb1cf5Copy full SHA for 1fb1cf5
client/jsx.d.ts
@@ -0,0 +1 @@
1
+export * from '../dist/client/jsx'
client/package.json
@@ -3,7 +3,13 @@
3
"main": "./index.js",
4
"types": "./index.d.ts",
5
"exports": {
6
- "react": "./react.js",
7
- "jsx": "./jsx.js"
+ "react": {
+ "types": "./react.d.ts",
8
+ "default": "./react.js"
9
+ },
10
+ "jsx": {
11
+ "types": "./jsx.d.ts",
12
+ "default": "./jsx.js"
13
+ }
14
}
15
client/react.d.ts
+export * from '../dist/client/react'
0 commit comments