npm install typescript -g
tsc –version
tsc hello.ts
npm install ts-node -g
npm install tslib @types/node -g
ts-node hello.ts
类型大小写的区别
类型推导
npm install typescript -g
tsc –version
tsc hello.ts
npm install ts-node -g
npm install tslib @types/node -g
ts-node hello.ts
类型大小写的区别
类型推导