-
Notifications
You must be signed in to change notification settings - Fork 12.6k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Ability to control project scope #13895
Comments
As it relates to the TypeScript compiler, I would like to be able to pass in a list of files to the command line AND use a |
@colinskow this is tracked by #13575 |
@johnnyreilly, the compiler provide an API for transpilation ( |
@mhegazy thanks for responding. I think the idea here is to have an alternative to |
this is how |
This is a cross post of a behaviour that people have repeatedly requested be added to the webpack loaders for TypeScript (awesome-typescript-loader and ts-loader). To quote @s-panferov:
s-panferov/awesome-typescript-loader#364
Are there any thoughts around supporting this behaviour in tsc itself? I can understand the desire but am very wary of introducing different behaviour in a loader to the actual compiler.
TypeStrong/ts-loader#267
The text was updated successfully, but these errors were encountered: