Skip to content

Commit

Permalink
Update module and target
Browse files Browse the repository at this point in the history
  • Loading branch information
razor-x committed Oct 13, 2023
1 parent ada7bd7 commit c56e635
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,9 @@
"compilerOptions": {
"noEmit": true,
"strict": true,
"module": "nodenext",
"module": "NodeNext",
"esModuleInterop": true,
"target": "es2021",
"target": "ES2022",
"jsx": "react-jsx",
"declaration": true,
"sourceMap": true,
Expand Down

0 comments on commit c56e635

Please sign in to comment.