📜  如何运行 typescript 文件 - TypeScript 代码示例

📅  最后修改于: 2022-03-11 14:48:23.610000             🧑  作者: Mango

代码示例5
npm install -g typescript //global installation of typescript comiler-tsc
tsc .ts  //ts file is converted to js by compiler