denoland / deno_emit

Transpile and bundle JavaScript and TypeScript under Deno and Deno Deploy
https://jsr.io/@deno/emit
MIT License
225 stars 25 forks source link

Please provide a way to generate .d.ts file #118

Open Galadrielme opened 1 year ago

Galadrielme commented 1 year ago

I can use the bundle method to generate .js and .js.map files, But it seems like there's no way to generate .d.ts files. Can you provide a method to generate .d.ts files ? Or is there any third-party library that can solve it?