yangyang
2025-07-15 ff370ab5aa1f046824e73e1cafab1be6acb13780
1
2
3
4
5
6
7
8
{
  "compilerOptions": {
    "paths": {
      "@/*": ["./src/*"]
    }
  },
  "exclude": ["node_modules", "dist"]
}