Skip to content

Commit

Permalink
added link to clarify that tsconfig is an official standard
Browse files Browse the repository at this point in the history
refs #67
  • Loading branch information
basarat committed Feb 9, 2015
1 parent 91cab6d commit 4197cd4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/tsconfig.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# `tsconfig.json`
A unified project format for TypeScript. The TypeScript compiler (`1.4` and above) only cares about `compilerOptions` and `files`. We add additional features to this:
A unified project format for TypeScript ([see merged PR on Microsoft/TypeScript](https://github.com/Microsoft/TypeScript/pull/1692)). The TypeScript compiler (`1.4` and above) only cares about `compilerOptions` and `files`. We add additional features to this:

* `filesGlob`: To make it easier for you to just add / remove files in your project we add `filesGlob` which accepts an array of `glob / minimatch / RegExp` patterns (similar to grunt) to specify source files.

Expand Down

0 comments on commit 4197cd4

Please sign in to comment.