blob: 197bee5d5a6f350607d402cc9f1807f4ce0f7ad6 [file] [log] [blame]
Jiarenxiang38dcb052025-03-13 16:40:09 +08001{
2 "compilerOptions": {
3 "jsx": "react-jsx",
4 "emitDecoratorMetadata": true,
5 "experimentalDecorators": true,
6 "baseUrl": ".",
7 "paths": {
8 "@/*": ["./src/*"]
9 }
10 }
11}