left0ver / blog.github.io

我的blog repo
https://leftover.cn
MIT License
0 stars 0 forks source link

在vscode中调试ts代码,不支持esm模块 | 码上神域 #56

Open left0ver opened 1 year ago

left0ver commented 1 year ago

https://leftover.cn/2023/01/13/%E5%9C%A8vscode%E4%B8%AD%E8%B0%83%E8%AF%95ts%E4%BB%A3%E7%A0%81,%E4%B8%8D%E6%94%AF%E6%8C%81esm%E6%A8%A1%E5%9D%97/

话不多说,直接上配置,在vscode中的setting.json文件中的launch下的configurations 中添加配置即可 123456789101112131415161718192021222324252627//setting.json"launch": { "configurations": [ // ... other