Cannot find module 'vite'. Did you mean to set the 'moduleResolution' option to 'node', or to add aliases to the 'paths' option?

tsconfig.json

{
  "compilerOptions": {
+   "moduleResolution": "node"
  }
}
posted @ 2021-06-23 21:11  guangzan  阅读(9451)  评论(0编辑  收藏  举报