是否可以在网页中嵌入TypeScript代码?我想在脚本标记中嵌入TypeScript代码,就像这样(以便它自动编译为Javascript):
<script type = "text/typescript"> //TypeScript code goes here </script>
typescript
typescript ×1