Skip to content

Commit fed62ac

Browse files
committed
chore(docs) consistency tsconfig.json
1 parent acf66e8 commit fed62ac

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/tsconfig.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# `tsconfig.json`
2-
A unified project format for TypeScript ([see merged PR on Microsoft/TypeScript](https://github.com/Microsoft/TypeScript/pull/1692)). The TypeScript compiler (`1.5` and above) only cares about `compilerOptions` and `files`. We add additional features to this [with the typescript team's approval to extend the file as long as we don't conflict](https://github.com/Microsoft/TypeScript/issues/1955). `tsconfig` is great for building the [compilation context](http://blog.icanmakethiswork.io/2015/02/hey-tsconfigjson-where-have-you-been.html).
2+
A unified project format for TypeScript ([see merged PR on Microsoft/TypeScript](https://github.com/Microsoft/TypeScript/pull/1692)). The TypeScript compiler (`1.5` and above) only cares about `compilerOptions` and `files`. We add additional features to this [with the typescript team's approval to extend the file as long as we don't conflict](https://github.com/Microsoft/TypeScript/issues/1955). `tsconfig.json` is great for building the [compilation context](http://blog.icanmakethiswork.io/2015/02/hey-tsconfigjson-where-have-you-been.html).
33

44
# Basic
55
The minimal `tsconfig.json` file you need is:

0 commit comments

Comments
 (0)