typescript 是 javascript 语言的超集
npm i -g typescript
demo.ts
typescript
tsc demo.ts
demo.js
即使 ts 文件里代码检查存在问题,ts 只是会警告你,但也会编译生成 js 文件。