Skip to content
This repository has been archived by the owner on Oct 12, 2022. It is now read-only.

Documentation for include and exclude globs in tsconfig.json #327

Merged
merged 4 commits into from
Jun 27, 2016

Conversation

riknoll
Copy link
Member

@riknoll riknoll commented Jun 27, 2016

Fixes #324

This PR adds documentation for the glob support in tsconfig.json. I took the explanation of glob wildcards from the original glob PR by @rbuckton

"outFile": "../../built/local/tsc.js",
"sourceMap": true
},
"files": [
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

no need for files here then if you have includes

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

possibly add two examples, one with include/exclude and one with files.

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@mhegazy I brought back the old example for the files property

@mhegazy
Copy link
Contributor

mhegazy commented Jun 27, 2016

👍

@riknoll riknoll merged commit 7ae775a into release-2.0 Jun 27, 2016
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants