1
PC-20250623MANY\Administrator
2025-08-21 ab4c54429ca8116f5ecd542affdd0e8cbdd320f0
1
2
3
4
5
6
7
8
9
10
11
12
13
14
{
  "compilerOptions": {
    "baseUrl": "./",
    "paths": {
      "@/*": [
        "src/*"
      ]
    }
  },
  "exclude": [
    "node_modules",
    "dist"
  ]
}