Skip to content

Commit 0f348c8

Browse files
committed
add lib dom to tsconfig in e2e
1 parent 965da26 commit 0f348c8

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

testing/e2e/tsconfig.json

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,7 @@
11
{
22
"extends": ["../../tsconfig.base.json"],
3+
"compilerOptions": {
4+
"lib": ["DOM"]
5+
},
36
"include": ["src/**/*", "playwright.config.ts"]
47
}

0 commit comments

Comments
 (0)