Skip to content

Commit

Permalink
Upgrade packages (#59)
Browse files Browse the repository at this point in the history
* use explicit packages, typed config

* upgrade packages
  • Loading branch information
vid authored Dec 30, 2024
1 parent 9ba4e12 commit eac36ad
Show file tree
Hide file tree
Showing 4 changed files with 1,031 additions and 785 deletions.
2 changes: 1 addition & 1 deletion modules/tsconfig.settings.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"moduleResolution": "nodenext",
"isolatedModules": true,
"types": ["node"],
"skipLibCheck": true, // FIXME
"skipLibCheck": true,
"forceConsistentCasingInFileNames": true,
"noFallthroughCasesInSwitch": true,
"noUncheckedIndexedAccess": true,
Expand Down
Loading

0 comments on commit eac36ad

Please sign in to comment.