Skip to content
This repository has been archived by the owner on Feb 23, 2024. It is now read-only.

Commit

Permalink
Upgrade TypeScript to 5.3.2 (#11926)
Browse files Browse the repository at this point in the history
* Also add skipLibCheck option to TS Config.
  • Loading branch information
samueljseay authored Dec 5, 2023
1 parent 14367aa commit e1f4cb3
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 52 deletions.
59 changes: 8 additions & 51 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -249,7 +249,7 @@
"storybook": "^7.5.2",
"storybook-addon-react-docgen": "1.2.44",
"terser-webpack-plugin": "5.3.6",
"typescript": "4.7.4",
"typescript": "5.3.2",
"utility-types": "3.10.0",
"webpack": "5.88.2",
"webpack-bundle-analyzer": "4.7.0",
Expand Down
1 change: 1 addition & 0 deletions tsconfig.base.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@
"moduleResolution": "node",
"lib": [ "dom", "esnext" ],
"checkJs": true,
"skipLibCheck": true,
"strict": true,
"strictNullChecks": true,
"allowSyntheticDefaultImports": true,
Expand Down

0 comments on commit e1f4cb3

Please sign in to comment.