samchon/ttsc — reverse-engineered prompt
Reverse engineered prompt
Build me a modern TypeScript Go based toolchain called ttsc that feels like a faster replacement for the usual TypeScript compile, run, lint, and format workflow.
I want one command to build, type check, and watch a project, and a ttsx command that can run TypeScript files directly with real type checking, not just transpile and hope. I also want linting and formatting built into the compiler so problems show up like compile errors, and a format command that can rewrite files in place.
Please include plugin support for compiler powered libraries like typia, plus a programmatic API so other Node tools can call the compiler. It should also work with common bundlers, and have a Metro option for Expo and React Native projects.
On top of that, add a VS Code extension for editor diagnostics, formatting, and fixes, and an MCP graph server that helps coding agents understand symbol relationships, impact of changes, and existing diagnostics.
Keep the setup and docs simple and practical. You can look up current docs online if you need to.
Want more depth? Deep Reverse