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:
parent
8b05dd2726
commit
7f991dc4f1
|
@ -23,7 +23,7 @@ a(id="tsconfig")
|
||||||
.l-sub-section
|
.l-sub-section
|
||||||
:marked
|
:marked
|
||||||
Get details about `tsconfig.json` from the official
|
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
|
:marked
|
||||||
We created the following `tsconfig.json` for the [QuickStart](../quickstart.html):
|
We created the following `tsconfig.json` for the [QuickStart](../quickstart.html):
|
||||||
+makeJson('quickstart/ts/tsconfig.1.json', null, 'tsconfig.json')(format=".")
|
+makeJson('quickstart/ts/tsconfig.1.json', null, 'tsconfig.json')(format=".")
|
||||||
|
|
Loading…
Reference in New Issue