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 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.
The text was updated successfully, but these errors were encountered:
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.
The text was updated successfully, but these errors were encountered: