typescript
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 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
Types in Typescript
Every programming language must have data types defined to efficiently store, access data objects and identify the code errors at the compile time. JavaScript and TypeScript is not an exception. In this, article we will dive into primitive data types and complex data types in TypeScript.
Posted August 26, 2022 by Rohith and Anusha ‐ 5 min read
TypeScript Programming
The TypeScript Programming Language Features, Syntax and Paradigms.
Posted August 26, 2022 by Rohith and Anusha ‐ 0 min read