3.26毕设

安装vite之后,”tsconfig.app.json“文件报错

 

鼠标移动到报错的红色下划线位置,出现错误提示 “JSON schema for the TypeScript compiler’s configuration fileOption ‘–resolveJsonModule’ cannot be specified without ‘node’ module resolution strategy.ts”

根据报错提示:“Cannot find module ‘vue’. Did you mean to set the ‘moduleResolution’ option to ‘node’, or to add aliases to the ‘paths’ option?ts(2792)”,在 “tsconfig.app.json” 文件 的"compilerOptions" 选项中添加配置- - -“moduleResolution”: “node”,添加后保存文件,“main.ts” 和 “tsconfig.app.json” 文件中的报错就消失了。

 

posted on 2024-03-26 21:04  付治齐吖  阅读(19)  评论(0)    收藏  举报