Jak sprawdzić wersję TypeScript dla mojego reakt-app.

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

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