Skip to content

Commit

Permalink
chore: tweak tsconfig settings
Browse files Browse the repository at this point in the history
  • Loading branch information
danielroe committed Apr 25, 2024
1 parent 78aa088 commit 404aae7
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion tsconfig.json
Expand Up @@ -11,7 +11,8 @@
"strict": true,
"noUncheckedIndexedAccess": true,
"noImplicitOverride": true,
"module": "ESNext",
"module": "Preserve",
"noEmit": true,
"moduleResolution": "Bundler",
"declaration": true
},
Expand Down

0 comments on commit 404aae7

Please sign in to comment.