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