Skip to content

Commit 4197cd4

Browse files
committed
added link to clarify that tsconfig is an official standard
refs #67
1 parent 91cab6d commit 4197cd4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/tsconfig.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# `tsconfig.json`
2-
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:
2+
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:
33

44
* `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.
55

0 commit comments

Comments
 (0)