DEV: Add more excludes to jsconfig (#17975)
This commit is contained in:
parent
665327f7a4
commit
4a77ef8e29
|
@ -5,6 +5,8 @@
|
|||
"experimentalDecorators": true,
|
||||
},
|
||||
"exclude": [
|
||||
"**/node_modules"
|
||||
".git",
|
||||
"**/node_modules",
|
||||
"**/dist",
|
||||
],
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue