#
luxiaotao1123
2024-03-24 68ca5253f91304bb60da7e0be6dab7f6c8a537cd
1
2
3
4
5
6
7
8
9
10
11
{
  "compilerOptions": {
    "jsx": "react-jsx",
    "emitDecoratorMetadata": true,
    "experimentalDecorators": true,
    "baseUrl": ".",
    "paths": {
      "@/*": ["./src/*"]
    }
  }
}