Skip to content

Commit

Permalink
fix: switching to ESNext
Browse files Browse the repository at this point in the history
  • Loading branch information
vwh authored Sep 4, 2024
1 parent 29c47ec commit 5ef4d84
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"compilerOptions": {
"lib": ["ESNext"],
"target": "ESNext",
"module": "CommonJS",
"module": "ESNext",
"moduleResolution": "node",
"jsx": "react-jsx",
"allowJs": true,
Expand Down

0 comments on commit 5ef4d84

Please sign in to comment.