Skip to content

Commit

Permalink
Merge pull request #239 from furality/spr/main/3a9a4cd2
Browse files Browse the repository at this point in the history
refactor(ts): make consistent with other packages
  • Loading branch information
ttshivers authored Dec 30, 2023
2 parents 1aefa1b + d6a84ff commit 7f4c3d3
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 7f4c3d3

Please sign in to comment.