Skip to content

Commit

Permalink
build: enable exact optional property types
Browse files Browse the repository at this point in the history
  • Loading branch information
screendriver committed Nov 10, 2021
1 parent 19ac274 commit 79ab30d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tsconfig.base.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@
"noImplicitReturns": true,
"noFallthroughCasesInSwitch": true,
"noUncheckedIndexedAccess": true,
"exactOptionalPropertyTypes": true,
"allowSyntheticDefaultImports": true,
"esModuleInterop": true,
"lib": ["es2015"]
Expand Down

0 comments on commit 79ab30d

Please sign in to comment.