zhongtuanLitterButler/jsconfig.json

10 lines
116 B
JSON
Raw Normal View History

2025-11-12 14:15:43 +08:00
{
"compilerOptions": {
"jsx": "preserve",
"baseUrl": ".",
"paths": {
"@/*": ["./*"]
}
}
}