zcloud_gbs_qualifications-r.../jsconfig.json

11 lines
135 B
JSON
Raw Normal View History

2025-11-28 18:02:24 +08:00
{
"compilerOptions": {
"baseUrl": "src",
"paths": {
"~/*": ["*"]
2026-04-08 11:41:47 +08:00
},
"jsx": "react"
2025-11-28 18:02:24 +08:00
},
"include": ["src"]
}