Skip to content

Commit 7c7a9a4

Browse files
committed
chore: enable skipLipCheck for type tests
1 parent e458b63 commit 7c7a9a4

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

tsconfig.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,8 @@
44
"module": "ESNext",
55
"moduleResolution": "Node",
66
"esModuleInterop": true,
7-
"strict": true
7+
"strict": true,
8+
"skipLibCheck": true
89
},
910
"include": ["src", "test"]
1011
}

0 commit comments

Comments
 (0)