yudao-mall-uniapp/jsconfig.json

10 lines
116 B
JSON
Raw Permalink Normal View History

2025-03-02 13:38:14 +08:00
{
"compilerOptions": {
"jsx": "preserve",
"baseUrl": ".",
"paths": {
"@/*": ["./*"]
}
}
}