zuobolan
{
  "compilerOptions": {
    "baseUrl": "./",
    "paths": {
      "@/*": ["src/*"]
    }
  },
  "exclude": ["node_modules", "dist"]
}

在jsconfig.json文件中写入该代码,没有直接在根目录新建

分类:

技术点:

相关文章:

  • 2021-04-17
  • 2022-12-23
  • 2022-12-23
  • 2021-09-04
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2021-12-22
猜你喜欢
  • 2022-12-23
  • 2022-12-23
  • 2021-12-08
  • 2021-08-16
  • 2022-12-23
  • 2022-12-23
相关资源
相似解决方案