These are the current versions of my TypeScript and tsc:
> npm list typescript -g
└── <a href="/cdn-cgi/l/email-protection" class="__cf_email__" data-cfemail="7d09040d180e1e0f140d4c534a5348">[email protected]</a>
> tsc -v
Version 1.0.3.0
I've read in the documentation that the tsc
command can use the -w
argument. However, despite trying to reinstall the module, I can't seem to find this argument. What could be the issue?
Could you please inform me about the latest version of tsc
? Thank you.