blank-react-template/jsconfig.json

10 lines
115 B
JSON
Raw Normal View History

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