We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 965da26 commit 0f348c8Copy full SHA for 0f348c8
1 file changed
testing/e2e/tsconfig.json
@@ -1,4 +1,7 @@
1
{
2
"extends": ["../../tsconfig.base.json"],
3
+ "compilerOptions": {
4
+ "lib": ["DOM"]
5
+ },
6
"include": ["src/**/*", "playwright.config.ts"]
7
}
0 commit comments