Floffah / esbuild-plugin-d.ts

🔌 Build Typescript declarations with ESBuild
http://npm.im/esbuild-plugin-d.ts
MIT License
57 stars 6 forks source link

i only generate .d.ts files when i switch the option "declarationMap" ; #10

Closed tonyload closed 8 months ago

tonyload commented 1 year ago

i use esbuild-plugin-d.ts only generate generate .d.ts files when i change the ts.config.json's value "declarationMap" from TRUE to FALSE or from FALSE from TRUE: i think it would be e issue.

if i dont change ts.config.json file, only run npm run build, the .d.ts files cant be created the secrec time!

Floffah commented 8 months ago

This issue is fixed in v1.2.0