tsp compile .
doesn't resolve entrypoints from exports
#6219
Labels
Milestone
tsp compile .
doesn't resolve entrypoints from exports
#6219
It resolve
tspMain
but notexports
. This means you cannot do atsp compile .
for your library if you use the newexports
withouttspMain
We didn't catch it as all our libraries also have a
tspMain
for legacy reasonsThe text was updated successfully, but these errors were encountered: