Best practices say to exclude node_modules from jsconfig.json
This commit is contained in:
parent
8cefc584ed
commit
3e652f404b
1 changed files with 2 additions and 1 deletions
|
@ -1,5 +1,6 @@
|
|||
{
|
||||
"compilerOptions": {
|
||||
"module": "CommonJS"
|
||||
}
|
||||
},
|
||||
"exclude": ["node_modules"]
|
||||
}
|
Loading…
Add table
Reference in a new issue