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 6e4daeb commit f86c9c3Copy full SHA for f86c9c3
package.json
@@ -23,7 +23,7 @@
23
"*.d.ts"
24
],
25
"module": "dist/index.js",
26
- "types": "dist/index.d.ts",
+ "types": "index.d.ts",
27
"exports": {
28
".": {
29
"require": "./dist/node/index.cjs",
@@ -34,6 +34,14 @@
34
},
35
"./*": "./*"
36
37
+ "typesVersions": {
38
+ "*": {
39
+ "*": [
40
+ "./dist/*",
41
+ "./*"
42
+ ]
43
+ }
44
+ },
45
"sideEffects": false,
46
"scripts": {
47
"dev": "tsx playground/main.ts",
0 commit comments