liukangdong
2025-01-07 f9c24ba3d5eba45afef222dcd72b6383893efc76
1
2
3
4
5
6
7
8
9
{
  "compilerOptions": {
    "baseUrl": "./",
    "paths": {
        "@/*": ["src/*"]
    }
  },
  "exclude": ["node_modules", "dist"]
}