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