智慧园区web后台管理-vue
zrj
2024-10-30 e4b8b5a8929246e6a9f3328fde67875c5a031f8f
1
2
3
4
5
6
7
8
9
10
11
12
13
14
{
  "compilerOptions": {
    "baseUrl": "./",
    "paths": {
      "@/*": [
        "src/*"
      ]
    }
  },
  "exclude": [
    "node_modules",
    "dist"
  ]
}