N Praveen Kumarpraveennetinti.hashnode.dev·May 15, 2024A Comprehensive Guide to Setting Up and Configuring TypeScript for Your ProjectsInstalling TypeScript To install TypeScript for your project, use one of the following package managers: # Using NPM npm install typescript --save-dev # Using PNPM pnpm add -D typescript # Using Yarn yarn add --dev typescript Installing Type Defin...1 likeTypeScript
Aditya Pradhanblog.adityapradhan.me·Feb 5, 2023tsconfig: The Key to Effortless TypeScript DevelopmentIf you're a TypeScript developer, you've probably come across the tsconfig file before. But, don't worry if you're like most of us who didn't quite understand its significance. I was in the same boat until I decided to take a closer look and learn mo...189 readsTypeScript: Journey from dynamic to a strictly typed languageTypeScript