case 4073

This commit is contained in:
2022-01-12 21:01:24 +00:00
parent c3d132f427
commit 4685d3bac7
2 changed files with 3 additions and 88 deletions

View File

@@ -558,7 +558,7 @@ export default {
noSemanticValidation: false,
noSyntaxValidation: false,
noSuggestionDiagnostics: false,
diagnosticCodesToIgnore: [2393] //this hides a weird error about ayPrepareData being declared more than once which I think is more related to it being barebones in there
diagnosticCodesToIgnore: [2393, 7044] //this hides a weird error about ayPrepareData being declared more than once which I think is more related to it being barebones in there
});
monaco.languages.typescript.javascriptDefaults.setCompilerOptions({
target: monaco.languages.typescript.ScriptTarget.ES6,