From e05269f1178350751d0e0a01911753929f9f86e4 Mon Sep 17 00:00:00 2001 From: The New Stack <111312063+lovemycodesnippets@users.noreply.github.com> Date: Thu, 27 Apr 2023 05:58:30 -0700 Subject: [PATCH] Add TypeScript installation guide (#3791) * Added 1 TNS Article * Update src/data/roadmaps/typescript/content/100-typescript/102-install-configure/index.md --------- Co-authored-by: Kamran Ahmed --- .../content/100-typescript/102-install-configure/index.md | 1 + 1 file changed, 1 insertion(+) diff --git a/src/data/roadmaps/typescript/content/100-typescript/102-install-configure/index.md b/src/data/roadmaps/typescript/content/100-typescript/102-install-configure/index.md index ac2d75ca9..44a3e1394 100644 --- a/src/data/roadmaps/typescript/content/100-typescript/102-install-configure/index.md +++ b/src/data/roadmaps/typescript/content/100-typescript/102-install-configure/index.md @@ -46,3 +46,4 @@ And you're all set! You can now start writing TypeScript code in your project. Learn more from the following links: - [Install and Configure TypeScript](https://www.typescriptlang.org/download) +- [TypeScript Getting Started](https://thenewstack.io/typescript-tutorial-a-guide-to-using-the-programming-language/)