I set up a normal create-react-app project and add jsconfig.json to the root directory. But it shows the error which is typescript related.
Here is the jsconfig.json file
Folder structure
Can anyone help me with this?
Thanks, Prakhil
I set up a normal create-react-app project and add jsconfig.json to the root directory. But it shows the error which is typescript related.
Here is the jsconfig.json file
Folder structure
Can anyone help me with this?
Thanks, Prakhil
Open the settings.json file, add the below line and then save.
"json.schemas": [
{
"$schema": "https://json.schemastore.org/jsconfig"
}
]