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'm developing a Vite plugin that generates TypeScript interfaces and adds them to the end of each .tsx file during the build process. However, the output .d.ts files do not include the newly generated interfaces. How can I achieve this?
I'm developing a Vite plugin that generates TypeScript interfaces and adds them to the end of each .tsx file during the build process. However, the output .d.ts files do not include the newly generated interfaces. How can I achieve this?