Skip to content

Commit

Permalink
Remove unnecessary TypeScript config
Browse files Browse the repository at this point in the history
strictNullChecks is already true if strict is true
  • Loading branch information
wojtekmaj committed Aug 9, 2023
1 parent 9ba56bb commit 1b91152
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 3 deletions.
1 change: 0 additions & 1 deletion package/tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@
"noUncheckedIndexedAccess": true,
"outDir": "dist",
"strict": true,
"strictNullChecks": true,
"target": "es5"
},
"include": ["src"]
Expand Down
1 change: 0 additions & 1 deletion sample/tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@
"noUncheckedIndexedAccess": true,
"outDir": "dist",
"strict": true,
"strictNullChecks": true,
"target": "es5"
}
}
1 change: 0 additions & 1 deletion test/tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@
"noUncheckedIndexedAccess": true,
"outDir": "dist",
"strict": true,
"strictNullChecks": true,
"target": "es5"
}
}

0 comments on commit 1b91152

Please sign in to comment.