bash

npm i ts-node -g
npm i nodemon -g

index.ts

const foo: string = 'Hello'
console.log(foo)

bash

nodemon index.ts

相关文章:

  • 2021-09-21
  • 2021-06-15
  • 2021-11-29
  • 2022-12-23
  • 2022-12-23
  • 2021-08-05
  • 2021-09-23
  • 2021-12-19
猜你喜欢
  • 2022-12-23
  • 2021-07-30
  • 2021-04-29
  • 2021-06-29
  • 2021-06-08
  • 2022-12-23
相关资源
相似解决方案