You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We lack guidance for where to put jsconfig.json file. Users sometimes have more than one project context inside a workspace, putting the jsconfig.json at the root results in adding all the files into a single project context. This can be both inefficient and result in unwanted completions suggestions for Intellisense.
The recommendation is to have a jsconfig.json at the root of each project inside your workspace. If the project has a src folder than this is the root and this is where the jsconfig.json should be put.
The text was updated successfully, but these errors were encountered:
We lack guidance for where to put jsconfig.json file. Users sometimes have more than one project context inside a workspace, putting the jsconfig.json at the root results in adding all the files into a single project context. This can be both inefficient and result in unwanted completions suggestions for Intellisense.
The recommendation is to have a jsconfig.json at the root of each project inside your workspace. If the project has a src folder than this is the root and this is where the jsconfig.json should be put.
The text was updated successfully, but these errors were encountered: