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

Commit cf0ad46

Browse files
committed
chore: fix up types versions field
1 parent cb97e00 commit cf0ad46

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

package.json

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,9 +9,11 @@
99
"typesVersions": {
1010
"*": {
1111
"*": [
12+
"types/*",
1213
"types/src/*"
1314
],
1415
"types/*": [
16+
"types/*",
1517
"types/src/*"
1618
]
1719
}

0 commit comments

Comments
 (0)