Clojurescript not ClojureJs, and Typescript doesn't run in the browser, it has the exact same issues/limitations: it must be compiled to JavaScript first.
Compiling TypeScript is just stripping out types
Except TS has much wider community support. The type definitions/wrappers are already written.
Compiling TypeScript is just stripping out types