forked from drone/command-center-dashboard

张含笑
2025-04-14 3a95a32971d0e58b26c8137de4aa0400f34d1f27
1
2
3
4
5
6
7
8
9
10
11
12
13
14
{
  "compilerOptions": {
    "baseUrl": "./",
    "paths": {
      "@/*": [
        "src/*"
      ]
    }
  },
  "exclude": [
    "node_modules",
    "dist"
  ]
}