Skip to content

Commit

Permalink
Update TypeScript configuration
Browse files Browse the repository at this point in the history
  • Loading branch information
tlinhart committed Dec 19, 2024
1 parent a8d5e06 commit 9fc92e4
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
@@ -1,7 +1,7 @@
{
"compilerOptions": {
"module": "node16",
"moduleResolution": "node16",
"module": "esnext",
"moduleResolution": "bundler",
"rootDir": "src",
"jsx": "react",
"noEmit": true,
Expand Down

0 comments on commit 9fc92e4

Please sign in to comment.