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 have 11 entry points (topmost scripts to start execution from), so i need to generate 11 different bundles using outFile which requires me to create and support 11 different configs
case 2: compiling a sub-tree of all files based on compilerOptions from tsconfig.json
another use case, for the sake of saving some time i want to compile a only sub-tree of our 1500+ project starting at given root file, yet using the compilerOptions from the tsconfig.json
--project
command line argument should be allowed with an explicit list of files as well asincludes
list andexcludes
listscommand line arguments should take precedence over parameters in config, just like params of
compilerOptions
{ files }
vs --files // --files wins{ includes }
vs --includes // --includes wins...
etc
The text was updated successfully, but these errors were encountered: