Skip to content
This repository was archived by the owner on Mar 23, 2023. It is now read-only.

Commit bdfb48d

Browse files
authored
chore: add types versions (#72)
1 parent 98275aa commit bdfb48d

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

package.json

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,16 @@
66
"main": "src/index.js",
77
"type": "module",
88
"types": "types/src/index.d.ts",
9+
"typesVersions": {
10+
"*": {
11+
"*": [
12+
"types/src/*"
13+
],
14+
"types/*": [
15+
"types/src/*"
16+
]
17+
}
18+
},
919
"exports": {
1020
".": {
1121
"import": "./src/index.js"

0 commit comments

Comments
 (0)