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