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 4e50cff commit ae59542Copy full SHA for ae59542
1 file changed
package.json
@@ -9,8 +9,16 @@
9
"author": "Kévin Dunglas",
10
"sideEffects": false,
11
"type": "module",
12
- "exports": "./lib/index.js",
+ "exports": {
13
+ ".": {
14
+ "types": "./lib/index.d.ts",
15
+ "import": "./lib/index.js",
16
+ "default": "./lib/index.js"
17
+ },
18
+ "./package.json": "./package.json"
19
20
"main": "./lib/index.js",
21
22
"files": [
23
"*.md",
24
"lib",
0 commit comments