I followed the instructions provided here to install TypeScript globally.
npm install -g typescript
After installing both inside vscode and outside, I encountered an issue where tsc --version does not work and shows 'tsc is not recognized'.
Interestingly, this problem only occurs within Windows Sandbox here.
Is there a solution or workaround for this situation?