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

Support globs in tsconfig.json #2154

Closed
mhegazy opened this issue Feb 26, 2015 · 2 comments
Closed

Support globs in tsconfig.json #2154

mhegazy opened this issue Feb 26, 2015 · 2 comments
Labels
Duplicate An existing issue was already created Suggestion An idea for TypeScript

Comments

@mhegazy
Copy link
Contributor

mhegazy commented Feb 26, 2015

Something along the lines of:

{
  "files" : [
    "folder1\\*.ts",
    "folder2\\**.ts"
  ]
}

open questions:

  • Should it be in files or a separate property
  • What is the expected --watch behavior
  • Should we add excludes as well (e.g. includes: ".ts", excludes: ".d.ts");
@mhegazy mhegazy added the Suggestion An idea for TypeScript label Feb 26, 2015
@RichiCoder1
Copy link

Related/duplicate?: #1927

@mhegazy mhegazy added the Duplicate An existing issue was already created label Feb 27, 2015
@mhegazy
Copy link
Contributor Author

mhegazy commented Feb 27, 2015

Thanks @RichiCoder1. closing.

@mhegazy mhegazy closed this as completed Feb 27, 2015
@microsoft microsoft locked and limited conversation to collaborators Jun 18, 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 Suggestion An idea for TypeScript
Projects
None yet
Development

No branches or pull requests

2 participants