Skip to content

Commit

Permalink
upgrade typescript
Browse files Browse the repository at this point in the history
  • Loading branch information
starsep committed Dec 23, 2023
1 parent 33a1692 commit 7e8f6dc
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 10 deletions.
16 changes: 8 additions & 8 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 @@ -26,7 +26,7 @@
"react-image-gallery": "^1.3.0",
"react-select": "^5.8.0",
"store": "^2.0.12",
"typescript": "^4.8.3",
"typescript": "^5.3.3",
"vite-plugin-commonjs": "^0.10.1"
},
"engines": {
Expand Down
3 changes: 2 additions & 1 deletion tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,8 @@
"noImplicitAny": true,
"typeRoots": [
"./types/",
"./node_modules/@types"
"./node_modules/@types",
"./node_modules"
],
"types": ["vite/client"],
"baseUrl": ".",
Expand Down

0 comments on commit 7e8f6dc

Please sign in to comment.