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
+1 -1
View File
@@ -1,7 +1,7 @@
{
"compilerOptions": {
"module": "commonjs",
"target": "es2021",
"target": "ESNext",
"lib": [
"es2021",
],