zhongtuanLitterButler/jsconfig.json
2025-11-12 14:15:43 +08:00

10 lines
116 B
JSON

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