Skip to content

Commit

Permalink
perf test: add config for pw 1.40.0
Browse files Browse the repository at this point in the history
  • Loading branch information
tbouffard authored Nov 20, 2023
1 parent 4b7ee3e commit 61349e2
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions test/performance/tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,10 @@
"extends": "../../tsconfig.test",
"compilerOptions": {
"diagnostics": true,
// The following configuration is required to validate the playwright types. Plawyright 1.40 introduced "Support Symbol.asyncDispose" https://github.com/microsoft/playwright/issues/27141
// This is a TypeScript 5.2 feature that requires extra configuration: https://devblogs.microsoft.com/typescript/announcing-typescript-5-2/
"target": "es2022",
"lib": ["es2022", "esnext.disposable", "dom", "DOM.Iterable"]
},
"exclude": [
"../typescript-support/**/*"
Expand Down

0 comments on commit 61349e2

Please sign in to comment.