node配置typescript环境

乜业
2023-12-01

npm init
npm i typescript -D
npm i ts-node -D
npm i tslib @types/node -D
# 运行
ts-node xxx.ts
 类似资料: