Skip to content

Commit 826a372

Browse files
committed
chore: fix tsconfig.json
1 parent 6757279 commit 826a372

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
@@ -5,7 +5,8 @@
55
"importHelpers": true,
66
"target": "ESNext",
77
"module": "NodeNext",
8-
"esModuleInterop": true
8+
"esModuleInterop": true,
9+
"skipLibCheck": true
910
},
1011
"include": ["src/**/*.ts", "tests/**/*.ts"]
1112
}

0 commit comments

Comments
 (0)