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