liiistem-miniapp/jsconfig.json

12 lines
192 B
JSON
Raw Normal View History

2025-09-16 13:41:49 +08:00
{
"compilerOptions": {
2025-09-18 10:28:15 +08:00
"jsx": "react-jsx",
"emitDecoratorMetadata": true,
"experimentalDecorators": true,
"baseUrl": ".",
"paths": {
"@/*": ["./src/*"]
}
2025-09-16 13:41:49 +08:00
}
}