I have created one JSON configuration file in react project. Following is the project structure where I kept userProvisions.json file ->
.
└── /config
└── /public
└── /src
└── /utils
├── userProvisions.json
Question: Is it a good practice to keep configuration file (userProvisions.json) in src folder ?