Getting Started

Introduction to Typescript

Typescript is a programming language developed on top of javascript to enable type system while developing large applications. It is a strict syntactical superset of JavaScript and adds optional static typing to the language.

Posted August 23, 2022 by Rohith and Anusha ‐ 2 min read

typescript programming

TypeScript Environment Setup

This article is about TypeScript environment setup.

Posted August 24, 2022 by Rohith and Anusha ‐ 2 min read

typescript programming

tsconfig.json in TS Project

The tsconfig.json file corresponds to the configuration of the TypeScript compiler (tsc).

Posted September 1, 2022 by Rohith and Anusha ‐ 1 min read

typescript programming

Typescript for Rescue

To avoid uninvited errors and spending hours in debugging issue, comes typescript for rescue.

Posted August 25, 2022 by Rohith and Anusha ‐ 3 min read

typescript programming

Subscribe For More Content