docs(typescript-configuration): TypeScript handbook documentation link change

closes #1830

Page has moved to http://www.typescriptlang.org/docs/handbook/tsconfig-json.html
This commit is contained in:
Christos Koutsiaris 2016-07-05 15:02:47 +01:00 committed by Ward Bell
parent 8b05dd2726
commit 7f991dc4f1
1 changed files with 1 additions and 1 deletions

View File

@ -23,7 +23,7 @@ a(id="tsconfig")
.l-sub-section
:marked
Get details about `tsconfig.json` from the official
[TypeScript wiki](https://github.com/Microsoft/TypeScript/wiki/tsconfig.json).
[TypeScript wiki](http://www.typescriptlang.org/docs/handbook/tsconfig-json.html).
:marked
We created the following `tsconfig.json` for the [QuickStart](../quickstart.html):
+makeJson('quickstart/ts/tsconfig.1.json', null, 'tsconfig.json')(format=".")