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
After building my code with tsup, the types are not visually identified as such in VSCode. The type icon is not displayed correctly, causing confusion when working in the editor, although functionality is not affected.
After building my code with tsup, the types are not visually identified as such in VSCode. The type icon is not displayed correctly, causing confusion when working in the editor, although functionality is not affected.
The source code:
The generated types:
Causes this behavior:
And if i manually change the builded code to export the interface directly:
I don't know if this is really a problem, but I'd like to know why it's happening :)
The text was updated successfully, but these errors were encountered: