jifuyun-order-v0/jsconfig.json
2025-06-08 21:57:09 +08:00

8 lines
116 B
JSON

{
"compilerOptions": {
"baseUrl": ".",
"paths": {
"@/*": ["src/*"]
}
}
}