zcloud-gbs-accident-react/jsconfig.json

11 lines
135 B
JSON
Raw Normal View History

2025-11-07 15:32:32 +08:00
{
"compilerOptions": {
"baseUrl": "src",
"paths": {
"~/*": ["*"]
2026-05-22 09:05:54 +08:00
},
"jsx": "react"
2025-11-07 15:32:32 +08:00
},
"include": ["src"]
}