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).
We should be able to manually add files even if they match the
config.ignored_filesrules.Usecase: we generate typings for Sass files with a tscp loader, but the created
.d.tsfiles are not getting copied to the outDir, because all.tsfiles are ignored (config.compiled_files).