ignore 80002
This commit is contained in:
parent
860c97aaf0
commit
c3376e95cf
1 changed files with 1 additions and 1 deletions
|
@ -148,7 +148,7 @@ export class DiagnosticsManager {
|
|||
if (!enabled) {
|
||||
return x.tags && (x.tags.includes(DiagnosticTag.Unnecessary) || x.tags.includes(DiagnosticTag.Deprecated))
|
||||
}
|
||||
return x.code !== 80001 // disable annoying CommonJS module warning
|
||||
return x.code !== 80001 && x.code !== 80002 // disable annoying CommonJS module warning
|
||||
})
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue