blank-react-template/jsconfig.json

11 lines
135 B
JSON
Raw Normal View History

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