You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'd like to have it setup so the types are in their own file, and the implementation in another, where both are then imported and exported from the index file.
The problem with this is, I still want to output a single index.d.ts file. Or, at the very. least, if a .d.ts file is generated for the implementation and the types, they should also be exported from the root in some way.
I seem to have issues / problems with getting this to work, ideally without any additional tooling. Worst case scenario, may consider tsup.
The text was updated successfully, but these errors were encountered:
I'd like to have it setup so the types are in their own file, and the implementation in another, where both are then imported and exported from the index file.
The problem with this is, I still want to output a single index.d.ts file. Or, at the very. least, if a
.d.ts
file is generated for the implementation and the types, they should also be exported from the root in some way.I seem to have issues / problems with getting this to work, ideally without any additional tooling. Worst case scenario, may consider tsup.
The text was updated successfully, but these errors were encountered: