zcloud-gbs-eightwork-react/jsconfig.json

11 lines
135 B
JSON
Raw Normal View History

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