cevek / ttypescript

Over TypeScript tool to use custom transformers in the tsconfig.json
1.53k stars 56 forks source link

run transformer on .d.ts file #151

Open shivamp2404 opened 9 months ago

shivamp2404 commented 9 months ago

I want to run the transformer on the .d.ts files directly, but this doesn't seems to work. Basically my use case is to extract some type from the .d.ts files from the node_modules and store them in a different files. I've tried adding node_modules in include[] of tscong.json, but the transformer doesn't seems to be running on the .d.ts files.