zcloud-gbs-eightwork-react/jsconfig.json

10 lines
115 B
JSON
Raw Permalink Normal View History

2026-03-20 09:48:21 +08:00
{
"compilerOptions": {
"baseUrl": "src",
"paths": {
"~/*": ["*"]
}
},
"include": ["src"]
}