Skip to content

Commit

Permalink
refactor(ts): make consistent with other packages
Browse files Browse the repository at this point in the history
Make consistent with other packages

commit-id:3a9a4cd2
  • Loading branch information
ttshivers committed Dec 30, 2023
1 parent 1aefa1b commit d6a84ff
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,8 +31,9 @@
"sourceMap": true,
"outDir": "./dist",
"rootDir": "./lib",
"strictPropertyInitialization": false,
"resolveJsonModule": true
"strictPropertyInitialization": true,
"resolveJsonModule": true,
"strictNullChecks": true
},
"include": [
"lib/**/*"
Expand Down

0 comments on commit d6a84ff

Please sign in to comment.