liiistem-miniapp/jsconfig.json
2025-09-18 10:28:15 +08:00

11 lines
192 B
JSON

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