# TypeScript_运行环境


// 终端运行:

// npm install ts-node -g

// npm install tslib @types/node -g

// ts-node TypeScript_运行环境.ts

1
2
3
4
5
6
7
8
9

温馨提示

// 在同一个文件中,可以使用export{}来解决命名冲突的问题(在一个dom浏览器中)
export {}
1
2
Last Updated: 2/23/2023, 9:05:22 AM