Skip to content

Commit

Permalink
fix: πŸ› skip lib check for TS
Browse files Browse the repository at this point in the history
  • Loading branch information
anho committed Nov 2, 2020
1 parent 3446a33 commit e8bf2ba
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/contentful-slatejs-adapter/tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@
"emitDecoratorMetadata": true,
"declarationDir": "dist/types",
"outDir": "dist/lib",
"skipLibCheck": true,
"typeRoots": [
"node_modules/@types",
"src/typings"
Expand Down

0 comments on commit e8bf2ba

Please sign in to comment.