chore - push workaround and a lint rule for https://github.com/evanw/esbuild/issues/3823 (#220077)

* chore - push workaround and a lint rule for https://github.com/evanw/esbuild/issues/3823

* modernize `tsconfig.monaco`
This commit is contained in:
Johannes Rieken
2024-07-05 20:29:48 +02:00
committed by GitHub
parent 7c8097dbbf
commit 80bdfeb895
16 changed files with 102 additions and 36 deletions

View File

@@ -11,7 +11,7 @@
"moduleResolution": "classic",
"removeComments": false,
"preserveConstEnums": true,
"target": "es2018",
"target": "ES2022",
"sourceMap": false,
"declaration": true
},