Skip to content

Commit 745b3bf

Browse files
committed
1 parent 7ad7469 commit 745b3bf

File tree

1 file changed

+14
-0
lines changed

1 file changed

+14
-0
lines changed

package.json

+14
Original file line numberDiff line numberDiff line change
@@ -49,6 +49,20 @@
4949
"main": "./dist/index.cjs",
5050
"module": "./dist/index.mjs",
5151
"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+
},
5266
"scripts": {
5367
"build": "unbuild",
5468
"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

Comments
 (0)