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