zyejMAll-mobile/jsconfig.json
2024-08-07 10:31:42 +08:00

10 lines
116 B
JSON

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