Skip to content

Commit

Permalink
fix(website): remove skipLibCheck (#7147)
Browse files Browse the repository at this point in the history
  • Loading branch information
Josh-Cena committed Apr 10, 2022
1 parent 7a61eed commit 25ba91f
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 8 deletions.
2 changes: 1 addition & 1 deletion website/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@
"raw-loader": "^4.0.2",
"react": "^17.0.2",
"react-dom": "^17.0.2",
"react-medium-image-zoom": "^4.3.6",
"react-medium-image-zoom": "^4.3.7",
"react-popper": "^2.2.5",
"rehype-katex": "^6.0.2",
"remark-math": "^3.0.1",
Expand Down
7 changes: 4 additions & 3 deletions website/tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,10 @@
"baseUrl": ".",
"resolveJsonModule": true,
"strict": true,
// Work around a type error in react-medium-image-zoom.
// https://github.com/rpearce/image-zoom/pull/303
"skipLibCheck": true,
// This is important. We run `yarn tsc` in website so we can catch issues
// with our declaration files (mostly name that are forgotten to be
// imported). Removing this would make things harder to catch.
"skipLibCheck": false,
"types": ["@types/jest"]
},
"exclude": ["src/sw.js"]
Expand Down
8 changes: 4 additions & 4 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -15559,10 +15559,10 @@ react-loadable-ssr-addon-v5-slorber@^1.0.1:
dependencies:
"@babel/runtime" "^7.10.3"

react-medium-image-zoom@^4.3.6:
version "4.3.6"
resolved "https://registry.yarnpkg.com/react-medium-image-zoom/-/react-medium-image-zoom-4.3.6.tgz#75c874fa219ba1f29e23ae75f9a5affe74e9bc61"
integrity sha512-fIetmbdwshFahTX3WICIDZdJ+loxp/RGfax7z8ov2qdBzbBEqPveQn8U18oj+e1mQdnV2UjmY3YY035k2XPFZA==
react-medium-image-zoom@^4.3.7:
version "4.3.7"
resolved "https://registry.npmmirror.com/react-medium-image-zoom/-/react-medium-image-zoom-4.3.7.tgz#06c0771401c6de312a85843d1feebd15641a969b"
integrity sha512-Vg1M8CIX1EfhfSsmNc2tHP+8KjPDo9e5/zEDaSsfeTBHI82wjEvW3Lgb4k3jdWILPZVOWhM+7QHyDaAzghlvaQ==
dependencies:
focus-options-polyfill "1.2.0"
react-use "^17.2.1"
Expand Down

0 comments on commit 25ba91f

Please sign in to comment.