We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
typesVersions
1 parent 7ad7469 commit 745b3bfCopy full SHA for 745b3bf
package.json
@@ -49,6 +49,20 @@
49
"main": "./dist/index.cjs",
50
"module": "./dist/index.mjs",
51
"types": "./dist/index.d.mts",
52
+ "typesVersions": {
53
+ "*": {
54
+ "*.cjs": [
55
+ "./dist/*.d.cts",
56
+ "./dist/*/index.d.cts",
57
+ "./dist/index.d.cts"
58
+ ],
59
+ "*": [
60
+ "./dist/*.d.mts",
61
+ "./dist/*/index.d.mts",
62
+ "./dist/index.d.mts"
63
+ ]
64
+ }
65
+ },
66
"scripts": {
67
"build": "unbuild",
68
"check:ci": "yarn dedupe --check && yarn check:format && yarn check:lint && yarn check:spelling && yarn check:types && yarn check:types:build && yarn test:cov && NODE_ENV=production yarn pack -o %s-%v.tgz && yarn clean:pack",
0 commit comments