logoalt Hacker News

wildpeaksyesterday at 12:25 PM0 repliesview on HN

It depends on the runtime: Node can run Typescript because it automatically strips types (which is so convenient during development).

But in browser, for now only the more limited JSDoc-style types can be shipped as-is indeed.