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