Skip to content

Commit

Permalink
Ensure properties are always initialized
Browse files Browse the repository at this point in the history
  • Loading branch information
captbaritone committed Apr 20, 2024
1 parent ce8c8a1 commit af5ab28
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion tsconfig.json
Expand Up @@ -23,7 +23,8 @@
"downlevelIteration": true,
"strictNullChecks": true,
"declaration": true,
"resolveJsonModule": true
"resolveJsonModule": true,
"strictPropertyInitialization": true
},
"exclude": [
"node_modules",
Expand Down

0 comments on commit af5ab28

Please sign in to comment.