Upgrade playwright tsconfigs to use ESNext

This ends up outputing the required object destructuring that's needed by
playwright, see microsoft/playwright#8798
This commit is contained in:
Daniel Imms
2024-07-03 04:31:34 -07:00
parent 3c84cfe610
commit b7988bf00a
12 changed files with 12 additions and 11 deletions
@@ -5,6 +5,7 @@
"lib": [
"es2021",
],
// "downlevelIteration": true,
"rootDir": ".",
"outDir": "../out-test",
"sourceMap": true,