0


vscode直接运行typescript代码(保姆级教程)

vscode直接运行typescript代码(保姆级教程)

1、第一步 安装依赖

npm install ts-node tslib @types/node typescript  -g

2、第二步

打开插件市场,下载Code Runner插件
在这里插入图片描述

3、第三步:编写ts代码,右键Run Code

constNumericObject:String ='123HHHhhh哈哈哈'
console.log("🚀 ~ result:", NumericObject);

在这里插入图片描述
成功运行
在这里插入图片描述

标签: vscode typescript ide

本文转载自: https://blog.csdn.net/qq_43176127/article/details/139840769
版权归原作者 H落花流水 所有, 如有侵权,请联系我们删除。

“vscode直接运行typescript代码(保姆级教程)”的评论:

还没有评论