Skip to content

Commit 4b73dd2

Browse files
committed
fix: fixed the type error
1 parent 909ebaa commit 4b73dd2

File tree

3 files changed

+1486
-1209
lines changed

3 files changed

+1486
-1209
lines changed

test/e2e/tsconfig.json

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,7 @@
11
{
22
"extends": "@tsconfig/node20/tsconfig.json",
3-
"include": ["./**/*"]
3+
"include": ["./**/*"],
4+
"compilerOptions": {
5+
"lib": ["es2015", "dom"]
6+
}
47
}

0 commit comments

Comments
 (0)