Best practices say to exclude node_modules from jsconfig.json

This commit is contained in:
Andrew Pietila 2023-09-27 17:33:42 -05:00
parent 8cefc584ed
commit 3e652f404b

View file

@ -1,5 +1,6 @@
{
"compilerOptions": {
"module": "CommonJS"
}
},
"exclude": ["node_modules"]
}