You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The `tsc` can be run from already defined NPM script and by this:
- no local installation is needed for compiler
- the long path for Windows OS command is no longer required
Usage:
npm run watch
> [email protected] watch /Users/piotrblazejewicz/git/omnisharp-vscode
> tsc -watch -p ./
3:19:52 PM - Compilation complete. Watching for file changes.
...
Thanks!
0 commit comments