Skip to content

Commit

Permalink
chore: fix tsconfig base
Browse files Browse the repository at this point in the history
  • Loading branch information
martines3000 committed Oct 18, 2024
1 parent 86efd81 commit 27a8696
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions tsconfig.base.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,7 @@
"module": "ES2022",
"moduleResolution": "Bundler",

"jsx": "react-jsx",
"jsxImportSource": "@metamask/snaps-sdk",
"lib": ["DOM", "ES2023"],
"lib": ["DOM", "ES2022"],

"strict": true,
"allowJs": true,
Expand Down

0 comments on commit 27a8696

Please sign in to comment.