forked from drone/command-center-dashboard

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