Skip to content

Commit

Permalink
fix: tsconfig target
Browse files Browse the repository at this point in the history
Signed-off-by: Innei <i@innei.in>
  • Loading branch information
Innei committed Jul 11, 2024
1 parent b13f21f commit 454700a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tsconfig.web.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@
"compilerOptions": {
"composite": true,
"jsx": "react-jsx",
"target": "ES2022",
"noUnusedLocals": false,
"strict": true,
"baseUrl": ".",
Expand Down

0 comments on commit 454700a

Please sign in to comment.