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

Commit

Permalink
fix: temp fix for types (#113)
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
hugomrdias authored Jan 26, 2021
1 parent e93d3a2 commit 241efe9
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,9 @@
"src/*": [
"dist/src/*",
"dist/src/*/index"
],
"src/": [
"dist/src/index"
]
}
},
Expand Down

0 comments on commit 241efe9

Please sign in to comment.