Skip to content

Commit

Permalink
chore: lint
Browse files Browse the repository at this point in the history
  • Loading branch information
zombieJ committed Sep 28, 2023
1 parent cbda572 commit fdcc4a9
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 @@ -4,7 +4,7 @@
"module": "ESNext",
"moduleResolution": "node",
"baseUrl": "./",
"lib": ["dom", "es2017", "es2022", "es2023", "esnext"],
"lib": ["dom", "es2017", "es2022", "esnext"],
"jsx": "react",
"strict": true,
"esModuleInterop": true,
Expand Down

0 comments on commit fdcc4a9

Please sign in to comment.