From 40cd7634985e859df9cb3e3f328b4a4021f81f9c Mon Sep 17 00:00:00 2001 From: Ruslan Iusupov Date: Sun, 2 Sep 2018 20:25:17 +0200 Subject: [PATCH 1/2] Update TypeScript 3.0.md --- pages/release notes/TypeScript 3.0.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pages/release notes/TypeScript 3.0.md b/pages/release notes/TypeScript 3.0.md index 442fe2457..7e691067b 100644 --- a/pages/release notes/TypeScript 3.0.md +++ b/pages/release notes/TypeScript 3.0.md @@ -2,7 +2,7 @@ TypeScript 3.0 introduces a new concept of project references. Project references allow TypeScript projects to depend on other TypeScript projects - specifically, allowing `tsconfig.json` files to reference other `tsconfig.json` files. Specifying these dependencies makes it easier to split your code into smaller projects, since it gives TypeScript (and tools around it) a way to understand build ordering and output structure. -TypeScript 3.0 introduces also introducing a new mode for tsc, the `--build` flag, that works hand-in-hand with project references to enable faster TypeScript builds. +TypeScript 3.0 introduces also a new mode for tsc, the `--build` flag, that works hand-in-hand with project references to enable faster TypeScript builds. See [Project References handbook page](../Project%20References.md) for more documentation. From 31af2f147dde1ab8e5e2a1dff04e34d5febd0883 Mon Sep 17 00:00:00 2001 From: Ruslan Iusupov Date: Thu, 6 Sep 2018 16:16:07 +0200 Subject: [PATCH 2/2] Update TypeScript 3.0.md --- pages/release notes/TypeScript 3.0.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pages/release notes/TypeScript 3.0.md b/pages/release notes/TypeScript 3.0.md index 7e691067b..ed4f81cdf 100644 --- a/pages/release notes/TypeScript 3.0.md +++ b/pages/release notes/TypeScript 3.0.md @@ -2,7 +2,7 @@ TypeScript 3.0 introduces a new concept of project references. Project references allow TypeScript projects to depend on other TypeScript projects - specifically, allowing `tsconfig.json` files to reference other `tsconfig.json` files. Specifying these dependencies makes it easier to split your code into smaller projects, since it gives TypeScript (and tools around it) a way to understand build ordering and output structure. -TypeScript 3.0 introduces also a new mode for tsc, the `--build` flag, that works hand-in-hand with project references to enable faster TypeScript builds. +TypeScript 3.0 also introduces a new mode for tsc, the `--build` flag, that works hand-in-hand with project references to enable faster TypeScript builds. See [Project References handbook page](../Project%20References.md) for more documentation.