Skip to content
This repository was archived by the owner on Aug 24, 2021. It is now read-only.

Commit 241efe9

Browse files
authored
fix: temp fix for types (#113)
This is related with the typeVersions recursive resolve that generates wrong path in the type declarations files. This fix is temporary to be publish as a patch a follow up PR will do a breaking change and remove typeVersions completely as discussed.
1 parent e93d3a2 commit 241efe9

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

package.json

+3
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,9 @@
3535
"src/*": [
3636
"dist/src/*",
3737
"dist/src/*/index"
38+
],
39+
"src/": [
40+
"dist/src/index"
3841
]
3942
}
4043
},

0 commit comments

Comments
 (0)