Skip to content
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

tsc: Handle filename globs #10390

Closed
mcandre opened this issue Aug 17, 2016 · 2 comments
Closed

tsc: Handle filename globs #10390

mcandre opened this issue Aug 17, 2016 · 2 comments
Labels
Duplicate An existing issue was already created

Comments

@mcandre
Copy link

mcandre commented Aug 17, 2016

Please have tsc process globs, such as by using glob, so that larger projects can easily specify groups of files to the compiler to work on all at once.

This will be less of a problem for native bash Windows users, but there are plenty of situations where bash and cygwin-likes are not an option.

@kitsonk
Copy link
Contributor

kitsonk commented Aug 17, 2016

This is handled in the tsconfig.json and was delivered in #5980 and is part of TypeScript 2.0 (which is in beta).

You should really read documentation before opening so many (duplicate and unnecessary) issues.

@RyanCavanaugh RyanCavanaugh added the Duplicate An existing issue was already created label Aug 17, 2016
@iki
Copy link

iki commented Nov 16, 2017

The request is for tsc command line arguments. Configuration file tsconfig.json is not sufficient solution for different use cases.

For example, we want to only compile tests in pretest: tsc test/*.spec.ts --module commonjs --lib es2015,dom.

Please reopen (to avoid unnecessarily duplicate issues).

@microsoft microsoft locked and limited conversation to collaborators Jun 19, 2018
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
Duplicate An existing issue was already created
Projects
None yet
Development

No branches or pull requests

4 participants