Skip to content

Commit 86d9091

Browse files
committed
test: fix test errors
1 parent cf40e5f commit 86d9091

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tsconfig.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"compilerOptions": {
33
"outDir": "dist",
44
"target": "ESNext",
5-
"lib": [],
5+
"lib": ["ESNext"],
66
"allowJs": false,
77
"skipLibCheck": true,
88
"strict": true,

0 commit comments

Comments
 (0)