In my project I have a tsconfig.json
which sits in the project root. However, Visual Studio is throwing a number of errors about the tsconfig.json
found in other packages, like so:
node_modules
is excluded from the project and I don't get these errors when using Visual Studio Code.