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 am trying to embed all of the three-ts-types src/ files into one (huge) .d.ts file. Do you know how I could edit the tsconfig.json file to bundle them all into one file?
I've tried using declaration with an outFile but when tsc succeeds it doesn't output a file.
Thanks!
The text was updated successfully, but these errors were encountered:
I don't have any experience doing that. TypeScript does not provide a native way to do this, but microsoft/TypeScript#4433 presents some good ideas on how one might accomplish that with community-maintained tools, including API Extractor, rollup-plugin-dts, and tsup.
Best of luck, let me know if I can help with anything else.
Hi,
I am trying to embed all of the three-ts-types src/ files into one (huge) .d.ts file. Do you know how I could edit the tsconfig.json file to bundle them all into one file?
I've tried using declaration with an outFile but when tsc succeeds it doesn't output a file.
Thanks!
The text was updated successfully, but these errors were encountered: