Skip to content

Commit

Permalink
feat: add strict null check in typescript config
Browse files Browse the repository at this point in the history
affects: @medly/typescript-config-react, @medly/typescript-config

BREAKING CHANGE:
This will catch all the strict null check error and hence might break existing code
  • Loading branch information
gmukul01 authored and wsameer committed Oct 6, 2021
1 parent 500ca8f commit 317aed6
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions packages/typescript-config/tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,6 @@
"resolveJsonModule": true,
"skipLibCheck": true,
"strict": true,
"strictFunctionTypes": false,
"strictNullChecks": false,
"target": "esnext",
"types": ["jest", "node"]
}
Expand Down

0 comments on commit 317aed6

Please sign in to comment.