TypeScript (environment setup) tutorial in bangla - part 2 - abtahi hasan

environment setup


✅ typescript playlist https://youtube.com/playlist?list=PLaFV1330_fr6gMbr-kjMDP9RWtxx3au-0

✅ next js playlist https://www.youtube.com/playlist?list=PLaFV1330_fr470GrayeBa5yxu8FGaZbQt

✅ next js authentication playlist https://www.youtube.com/playlist?list=PLaFV1330_fr6XmIR6VkIPi55t9ZzX5mbC


⭐️ Video Contents ⭐️

  • (00:00​​) install TypeScript globally
  • (00:32​​) set up TypeScript project environment with tsconfig

    Source Code

    Commands

    1. npm i -g typescript

      Comments(0)