Skip to content

Commit 36eea12

Browse files
committed
build: move types -> typesVersions
1 parent 8c2f25b commit 36eea12

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

package.json

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,13 @@
3131
}
3232
},
3333
"main": "./dist/module.mjs",
34-
"types": "./dist/types.d.mts",
34+
"typesVersions": {
35+
"*": {
36+
".": [
37+
"./dist/types.d.mts"
38+
]
39+
}
40+
},
3541
"files": [
3642
"dist"
3743
],

0 commit comments

Comments
 (0)