step 1 - install typescript and typescript watch package - npm i typescript -D npm i tsc-watch -D step 2 - cd to folder - make typescript config file tsc --init step 3 - make some changes in tsconfig - "rootDir": "./src" "outDir": "./dist" step 4 -...
anirudhbhadauria.hashnode.dev1 min read
No responses yet.