Cómo verificar la versión de TypeScript para mi react-app

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

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