Is there a way to use TypeScript files like this?
<script type="text/typescript">
// ...
</script>
I came across
https://www.typescriptlang.org/play/index.html
, which can compile TypeScript. What compiler does this website use? I tried using Monaco, but it resulted in Uncaught TypeError: editor.getModel(...).getMode(...).getEmitOutput is not a function(…)
. Are there any other compilers available?
Apologies for my poor English skills.
Edit: I found some compilers, but their TypeScript versions are outdated.