1
李喆(开发组)
2025-08-22 c3bd6f864f5942f15fd57e4be6c70fb93e398fd2
1
2
3
4
5
6
7
8
9
10
11
12
13
14
{
  "compilerOptions": {
    "baseUrl": "./",
    "paths": {
      "@/*": [
        "src/*"
      ]
    }
  },
  "exclude": [
    "node_modules",
    "dist"
  ]
}