basarat / god-extra

Repository for issues and docs on God mode for VSCode
https://marketplace.visualstudio.com/items?itemName=basarat.god
5 stars 0 forks source link

errors inside node_modules #7

Closed dontsave closed 5 years ago

dontsave commented 5 years ago

I love ts god mode! Especially love the project-wide error analysis. Is there a way to restrict the error analysis to just typescript files within the src for example? My only complaint is the plugin is currently showing "27 errors" apparently all of them in node_modules. The tsconfig docs show that node_modules is implicitly excluded. Do I need to make it explicit?

basarat commented 5 years ago

Add skipLibCheck to your tsconfig.json 👍 :rose: