Skip to content

Commit e8bf2ba

Browse files
committedNov 2, 2020
fix: 🐛 skip lib check for TS
1 parent 3446a33 commit e8bf2ba

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed
 

‎packages/contentful-slatejs-adapter/tsconfig.json

+1
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@
1212
"emitDecoratorMetadata": true,
1313
"declarationDir": "dist/types",
1414
"outDir": "dist/lib",
15+
"skipLibCheck": true,
1516
"typeRoots": [
1617
"node_modules/@types",
1718
"src/typings"

0 commit comments

Comments
 (0)
Please sign in to comment.