TypeStrong / dts-bundle

Export TypeScript .d.ts files as an external module definition
MIT License
308 stars 57 forks source link

ignore files inside node_modules when removing declarations files #54

Open cleavera opened 7 years ago

cleavera commented 7 years ago

fixes #53

Exclude node_modules files when cleaning up declarations with the removeSource flag enabled

tolemac commented 7 years ago

@clavera thanks for your collaboration, I need to take a look. I hope to accept it soon.