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