Skip to content

Commit

Permalink
chore: stricter tsconfig
Browse files Browse the repository at this point in the history
  • Loading branch information
Xhale1 committed Sep 24, 2022
1 parent 1c016b4 commit 1ab4d8b
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,9 @@
"skipLibCheck": true,
"strictNullChecks": true,
"strictFunctionTypes": true,
"strict": true,
"allowUnreachableCode": false,
"noUnusedLocals": true,
"types": ["jest"],
"lib": ["dom", "esnext"]
},
Expand Down

0 comments on commit 1ab4d8b

Please sign in to comment.