Files
jiangh277 04dde093a8 init
2025-07-22 22:52:55 +08:00

12 lines
192 B
JSON

{
"compilerOptions": {
"jsx": "react-jsx",
"emitDecoratorMetadata": true,
"experimentalDecorators": true,
"baseUrl": ".",
"paths": {
"@/*": ["./src/*"]
}
}
}