mirror of
https://github.com/wavetermdev/xterm.js.git
synced 2026-08-05 13:43:48 -07:00
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:
@@ -24,7 +24,7 @@
|
||||
"../../src/common/*"
|
||||
]
|
||||
},
|
||||
"target": "es2016",
|
||||
"target": "ESNext",
|
||||
"module": "commonjs",
|
||||
},
|
||||
"include": [
|
||||
|
||||
Reference in New Issue
Block a user