This repository has been archived on 2025-03-25. You can view files and clone it, but cannot push or open issues or pull requests.
movie-react-app/jsconfig.json
“Henry-Hiles” c66526241c Lots of changes
2022-10-27 13:48:50 -04:00

11 lines
245 B
JSON

{
"compilerOptions": {
"baseUrl": "src",
"paths": {
"styles/*": ["styles/*"],
"components/*": ["components/*"],
"hooks/*": ["hooks/*"],
"pages/*": ["pages/*"]
}
}
}