Skip to content

Commit

Permalink
chore(tsconfig): enable noImplicitReturns
Browse files Browse the repository at this point in the history
  • Loading branch information
kripod committed Apr 13, 2024
1 parent 8350641 commit 2f583b5
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@
"skipLibCheck": true,
"isolatedModules": true,
"strict": true,
"noImplicitReturns": true,
"noUncheckedIndexedAccess": true,
"target": "ES2022",
"lib": ["ES2022"],
Expand Down

0 comments on commit 2f583b5

Please sign in to comment.