In my current project, there is a tsconfig.json
file located in the root directory. Strangely, Visual Studio keeps throwing errors related to other instances of tsconfig.json
found in different packages, as shown below:
https://i.sstatic.net/T7Co2.png
Even though I have excluded node_modules
from the project, these errors only appear when using Visual Studio and are not present when working with Visual Studio Code.