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.