Hacker News new | ask | show | jobs
by slig 3036 days ago
> I guess it is safe for Typescript to produce no code.

TypeScript produces no code in that case because interfaces are a TypeScript feature and are only used to check your code before compiling it down to JavaScript.