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