Skip to content

Commit

Permalink
Merge pull request #184 from theodo-group/add-exact-optional-property…
Browse files Browse the repository at this point in the history
…-types

chore: add stricter ts rule on undefined
  • Loading branch information
Jeremie-Chauvel authored Apr 3, 2024
2 parents da11858 + cc36282 commit 5da7558
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@
"emitDecoratorMetadata": true,
"experimentalDecorators": true,
"forceConsistentCasingInFileNames": true,
"exactOptionalPropertyTypes": true,
"inlineSources": false,
"preserveWatchOutput": true,
"preserveSymlinks": true,
Expand Down
1 change: 1 addition & 0 deletions tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@
"sourceMap": true,
"strict": true,
"noImplicitReturns": true,
"exactOptionalPropertyTypes": true,
"skipLibCheck": true,
"declaration": true,
"declarationMap": true,
Expand Down

0 comments on commit 5da7558

Please sign in to comment.