boluo-admin-main/jsconfig.json
eleanor.mao 48f2c49c2b feat:
2025-06-03 00:03:08 +08:00

12 lines
192 B
JSON

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