ts 开发 cannot find module 'xxxx'

打开 tsconfig.json, 添加

"moduleResolution": "node",

ok

 

 

参考: https://www.typescriptlang.org/docs/handbook/module-resolution.html

 

posted on 2021-08-05 13:53  shenyczz  阅读(729)  评论(0编辑  收藏  举报

导航