Skip to content

Commit

Permalink
chore: add exactOptionalPropertyTypes to reproduce the issue
Browse files Browse the repository at this point in the history
  • Loading branch information
lambdalisue committed Sep 6, 2024
1 parent 6f1acaa commit c8d9e40
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions deno.jsonc
Original file line number Diff line number Diff line change
@@ -1,6 +1,9 @@
{
"name": "@core/unknownutil",
"version": "0.0.0",
"compilerOptions": {
"exactOptionalPropertyTypes": true
},
"exports": {
".": "./mod.ts",
"./as": "./as/mod.ts",
Expand Down

0 comments on commit c8d9e40

Please sign in to comment.