42
Breaking the Spell of Vibe Coding
(www.fast.ai)
Welcome to the main community in programming.dev! Feel free to post anything relating to programming here!
Cross posting is strongly encouraged in the instance. If you feel your post or another person's post makes sense in another community cross post into it.
Hope you enjoy the instance!
Rules
Follow the wormhole through a path of communities !webdev@programming.dev
By default, doesn't
tscjust output the source TS files with type info stripped? Worst case you run a formatter on that output and you're done.There's some nonstandard TS features like the iterator shim and decorators and such, but you don't get those by default from what I remember.