Skip to content

Commit

Permalink
fix: disable strict nullchecks
Browse files Browse the repository at this point in the history
  • Loading branch information
Arun-KumarH committed Feb 27, 2024
1 parent 20ab234 commit cf7be75
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/dev/tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
"skipLibCheck": true,
"sourceMap": true,
"strict": true,
"strictNullChecks": true,
"strictNullChecks": false,
"target": "ES2022"
},
"ts-node": {
Expand Down

0 comments on commit cf7be75

Please sign in to comment.