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 tried generating a .d.ts file without DeclarationBundlerPlugin and just got a bunch of imports to my source files. This is bad since I don't want to ship my source files.
Using DeclarationBundlerPlugin generated the correct .d.ts file.
The text was updated successfully, but these errors were encountered:
I tried generating a .d.ts file without DeclarationBundlerPlugin and just got a bunch of imports to my source files. This is bad since I don't want to ship my source files.
Using DeclarationBundlerPlugin generated the correct .d.ts file.
The text was updated successfully, but these errors were encountered: