Skip to content

Commit

Permalink
Merge pull request #15 from huuyafwww/feature/disable_exactOptionalPr…
Browse files Browse the repository at this point in the history
…opertyTypes

disable exactOptionalPropertyTypes
  • Loading branch information
huuyafwww authored Jan 17, 2025
2 parents 3d09703 + 77340cc commit ac48922
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .changeset/itchy-coats-give.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"@huuyafwww/tsconfig-common": patch
---

disable exactOptionalPropertyTypes
1 change: 1 addition & 0 deletions packages/tsconfig-common/tsconfig.base.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,5 +13,6 @@
"moduleResolution": "Bundler",
"target": "ESNext",
"module": "ESNext",
"exactOptionalPropertyTypes": false,
},
}

0 comments on commit ac48922

Please sign in to comment.