gongchunyi
8 天以前 ed0f7c772ab2d967a6a39eb169f682e4e77c5a00
jsconfig.json
对比新文件
@@ -0,0 +1,10 @@
{
  "compilerOptions": {
    "baseUrl": ".",
    "paths": {
      "@/*": ["src/*"],
      "~/*": ["./*"]
    }
  },
  "include": ["src/**/*.js", "src/**/*.vue", "vite.config.js"]
}