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
I'm trying to use tsgo as a drop-in replacement for tsc, but some commonly used commands don't work as expected.
✅ Working
tsgo
tsgo --help
❌ Not Working
tsgo --watch → No output or action
tsgo --init → No output or action
💡 Expected
Support for --watch and other commonly used tsc flags.
The text was updated successfully, but these errors were encountered:
noyandey88
changed the title
most of the tsc commands are not working in tsgo
tsc-like commands not working as expected in tsgo (e.g. --watch mode fails)
May 25, 2025
noyandey88
changed the title
tsc-like commands not working as expected in tsgo (e.g. --watch mode fails)tsc-like commands not working as expected in tsgo (e.g. --watch mode fails)
May 25, 2025
Uh oh!
There was an error while loading. Please reload this page.
I'm trying to use
tsgo
as a drop-in replacement fortsc
, but some commonly used commands don't work as expected.✅ Working
tsgo
tsgo --help
❌ Not Working
tsgo --watch
→ No output or actiontsgo --init
→ No output or action💡 Expected
Support for
--watch
and other commonly usedtsc
flags.The text was updated successfully, but these errors were encountered: