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