1
0
mirror of https://github.com/kremalicious/metamask-extension.git synced 2024-11-22 09:57:02 +01:00

no more node:console (#10640)

This commit is contained in:
Brad Decker 2021-03-12 14:41:58 -06:00 committed by GitHub
parent b21cc5660f
commit 661948cd5b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

3
jsconfig.json Normal file
View File

@ -0,0 +1,3 @@
{
"exclude": ["node:console"]
}