add diagnosticCodesToIgnore 2345

- handles issue with Intl.DateTimeFormat when `options` is a variable
This commit is contained in:
Steve-Mcl 2021-06-15 23:15:54 +01:00
parent a9cf34ab56
commit 1a73a27102
1 changed files with 1 additions and 0 deletions

View File

@ -667,6 +667,7 @@ RED.editor.codeEditor.monaco = (function() {
2307, //Cannot find module 'xxx' or its corresponding type declarations
2322, //Type 'unknown' is not assignable to type 'string'
2339, //property does not exist on
2345, //Argument of type xxx is not assignable to parameter of type 'DateTimeFormatOptions'
7043, //i forget what this one is,
80001, //Convert to ES6 module
80004, //JSDoc types may be moved to TypeScript types.