Answers for "how to check typescript version in windows 10"

4

check typescript version

tsc -v
Posted by: Guest on November-09-2021
0

how to check typescript version for my react-app

Go to the root directory of your project, and run the following command

./node_modules/typescript/bin/tsc -v
Posted by: Guest on October-21-2020

Code answers related to "how to check typescript version in windows 10"

Code answers related to "TypeScript"

Browse Popular Code Answers by Language