body-builder / typescript-cp

Copy non-typescript files to outDir

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Add included_files array to config

bencergazda opened this issue · comments

We should be able to manually add files even if they match the config.ignored_files rules.

Usecase: we generate typings for Sass files with a tscp loader, but the created .d.ts files are not getting copied to the outDir, because all .ts files are ignored (config.compiled_files).