Skip to content

Commit

Permalink
fix(deps): update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
mkosir committed Nov 2, 2024
1 parent ea27ee9 commit 277c93a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tsconfig.base.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@
"importHelpers": true,
"jsx": "react",
"lib": ["ESNext", "dom"],
"module": "esnext",
"moduleResolution": "node",
"module": "ESNext",
"moduleResolution": "Bundler",
"allowSyntheticDefaultImports": true,
"noImplicitAny": true,
"noImplicitThis": true,
Expand Down

0 comments on commit 277c93a

Please sign in to comment.