zcloud-gbs-emergencyRescue-.../jsconfig.json

11 lines
135 B
JSON
Raw Normal View History

2026-04-03 17:35:22 +08:00
{
"compilerOptions": {
"baseUrl": "src",
"paths": {
"~/*": ["*"]
},
"jsx": "react"
},
"include": ["src"]
}