Allow -i or --include argument for custom include files#38
Allow -i or --include argument for custom include files#38jmmendivil wants to merge 1 commit intogustavopch:masterfrom
Conversation
|
Thanks for the PR, @jmmendivil, but I think it's ambiguous to let specify files both through positional ( |
|
Hey, thanks for review the PR @gustavopch You can use files and |
|
is there any conclusion to this? i kinda of need that PR to be merged cuz I'm facing the same scenario |
|
@erickbelfy I'm not having time to review/test because I'm super busy with work, so what I'm suggesting is that people copy the source code — which is actually quite small — and modify as needed, or fork, or use https://npm.im/patch-package to apply the changes locally. Sorry. |
Solution for #20
Use with a single file or glob:
tsc-files -i ./dir/**/*.tsUse with a list of files, separated by coma:
tsc-files -i A.ts,B.ts