jiangping
2024-12-24 a825583ed6c4df0998248be80dccf1e9fa35bc56
1
2
3
4
5
6
7
8
{
  "compilerOptions": {
    "paths": {
      "@/*": ["./src/*"]
    }
  },
  "exclude": ["node_modules", "dist"]
}