DEV Community

TypeScript Series' Articles

Back to Krunal Kanojiya's Series
How to Configure tsconfig.json for Your TypeScript Project
Cover image for How to Configure tsconfig.json for Your TypeScript Project

How to Configure tsconfig.json for Your TypeScript Project

10
Comments
7 min read
How to Use the TypeScript Compiler (tsc) to Compile Your Code
Cover image for How to Use the TypeScript Compiler (tsc) to Compile Your Code

How to Use the TypeScript Compiler (tsc) to Compile Your Code

7
Comments
8 min read
How to Enable Strict Mode and Why You Should Always Use It
Cover image for How to Enable Strict Mode and Why You Should Always Use It

How to Enable Strict Mode and Why You Should Always Use It

5
Comments
8 min read
How to Use Primitive Types in TypeScript: string, number, and boolean
Cover image for How to Use Primitive Types in TypeScript: string, number, and boolean

How to Use Primitive Types in TypeScript: string, number, and boolean

5
Comments
8 min read
How to Use Type Annotations to Explicitly Type Variables in TypeScript
Cover image for How to Use Type Annotations to Explicitly Type Variables in TypeScript

How to Use Type Annotations to Explicitly Type Variables in TypeScript

Comments
8 min read
How to Use the any Type and When to Avoid It
Cover image for How to Use the any Type and When to Avoid It

How to Use the any Type and When to Avoid It

7
Comments 2
8 min read