jiangping
2025-06-30 ff580fa1e1cb7664159823135f7486048c768615
1
2
3
4
5
6
7
8
{
  "compilerOptions": {
    "paths": {
      "@/*": ["./src/*"]
    }
  },
  "exclude": ["node_modules", "dist"]
}