Como verificar a versão do TypeScript para o meu react-aplicativo

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

./node_modules/typescript/bin/tsc -v
Lucky Lobster