杨磊
2025-07-22 fb25070cd7372bb6d5f20f5fd861086daad8d563
1
2
3
4
5
6
7
8
9
10
11
{
  "compilerOptions": {
    "jsx": "react-jsx",
    "emitDecoratorMetadata": true,
    "experimentalDecorators": true,
    "baseUrl": ".",
    "paths": {
      "@/*": ["./src/*"]
    }
  }
}