Skip to content

Commit 87850f9

Browse files
authored
Merge pull request #191 from AdrianGonz97/patch-1
fix: Fixes the `typesVersions` map to fix incorrect auto-import paths
2 parents 0dd821e + 91f1ab1 commit 87850f9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@
6767
},
6868
"typesVersions": {
6969
">4.0": {
70-
"index": [
70+
"index.d.ts": [
7171
"./dist/index.d.ts"
7272
],
7373
"server": [

0 commit comments

Comments
 (0)