update vscode-test-web (#201187)

* update vscode-test-web

* add @playwright/browser-chromium

* add skipLibCheck

* add skipLibCheck

* use esnext

* cleanup
This commit is contained in:
Martin Aeschlimann
2023-12-19 16:03:03 +01:00
committed by GitHub
parent d7dbed74ba
commit 56b0088dce
6 changed files with 93 additions and 76 deletions
+1 -1
View File
@@ -11,7 +11,7 @@
"outDir": "out",
"sourceMap": true,
"lib": [
"es2020",
"esnext", // for #201187
"dom"
]
},