mirror of
https://github.com/kremalicious/metamask-extension.git
synced 2024-11-29 07:16:36 +01:00
Update jsconfig excludes array (#11011)
This commit is contained in:
parent
cc9c096e61
commit
ef17aea69f
@ -1,3 +1,14 @@
|
|||||||
{
|
{
|
||||||
"exclude": ["node:console"]
|
"exclude": [
|
||||||
|
"*.log",
|
||||||
|
"builds",
|
||||||
|
"coverage",
|
||||||
|
"dist",
|
||||||
|
"docs",
|
||||||
|
"lavamoat",
|
||||||
|
"node:console",
|
||||||
|
"node_modules",
|
||||||
|
"patches",
|
||||||
|
"test-artifacts"
|
||||||
|
]
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user