Open Galadrielme opened 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?
.js
.js.map
.d.ts
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?