From 7f991dc4f12d6256db4f5f4ff237f04e152d1ec4 Mon Sep 17 00:00:00 2001 From: Christos Koutsiaris Date: Tue, 5 Jul 2016 15:02:47 +0100 Subject: [PATCH] docs(typescript-configuration): TypeScript handbook documentation link change closes #1830 Page has moved to http://www.typescriptlang.org/docs/handbook/tsconfig-json.html --- public/docs/ts/latest/guide/typescript-configuration.jade | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/docs/ts/latest/guide/typescript-configuration.jade b/public/docs/ts/latest/guide/typescript-configuration.jade index ac4705a272..b60b926b93 100644 --- a/public/docs/ts/latest/guide/typescript-configuration.jade +++ b/public/docs/ts/latest/guide/typescript-configuration.jade @@ -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=".")