blob: 197bee5d5a6f350607d402cc9f1807f4ce0f7ad6 [file] [log] [blame]
86133aaa3f5d2025-04-20 21:33:29 +08001{
2 "compilerOptions": {
3 "jsx": "react-jsx",
4 "emitDecoratorMetadata": true,
5 "experimentalDecorators": true,
6 "baseUrl": ".",
7 "paths": {
8 "@/*": ["./src/*"]
9 }
10 }
11}