Skip to content

Commit 0199387

Browse files
chore: skip lib check
1 parent 40c9079 commit 0199387

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

tsconfig.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,8 @@
1212
"esModuleInterop": true,
1313
"noEmit": true,
1414
"noImplicitAny": true,
15-
"maxNodeModuleJsDepth": 0
15+
"maxNodeModuleJsDepth": 0,
16+
"skipLibCheck": true
1617
},
1718
"include": [
1819
"packages/core/src/util",

0 commit comments

Comments
 (0)