Hacker News new | ask | show | jobs
by mohamedhegazy 3404 days ago
TypeScript has `--target ESNext` this will strip out any TypeScript-specific type annotations, and leave you with standard-track-only JS code that looks identical to your input (modulo type annotations).