VsCode运行Ts文件

1. 生成package.json文件

npm init

2. 生成tsconfig.json文件

tsc --init

3. Vscode运行ts文件

在ts文件点击右键执行Run Code,执行ts文件

你可能感兴趣的:(vscode,算法,数据结构)