zcloud_gbs_basic_info_gwj-r.../jsconfig.json

11 lines
135 B
JSON
Raw Normal View History

2025-11-03 08:38:38 +08:00
{
"compilerOptions": {
"baseUrl": "src",
"paths": {
"~/*": ["*"]
2026-08-13 18:05:17 +08:00
},
"jsx": "react"
2025-11-03 08:38:38 +08:00
},
"include": ["src"]
}