吉安感知网项目-前端
shuishen
2026-02-03 d8fbad7d5709bd6f71d255aec3bb46c55e46cc5a
1
2
3
4
5
6
7
8
9
10
11
12
13
14
{
  "compilerOptions": {
    "baseUrl": "./",
    "paths": {
      "@/*": [
        "src/*"
      ]
    }
  },
  "exclude": [
    "node_modules",
    "dist"
  ]
}