webtorm 配置 Vite alias 别名支持

656 阅读1分钟

根目录下创建jsconfig.js文件

System.config({
  "paths": {
    "@/*": "./src/*",
  }
});

image.png