Skip to content

Commit

Permalink
Fix decorator for Deno v1.40
Browse files Browse the repository at this point in the history
  • Loading branch information
niedzielski committed Jan 27, 2024
1 parent a39f489 commit f713e09
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions deno.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
{
"compilerOptions": {
"exactOptionalPropertyTypes": true,
"experimentalDecorators": true,
"noImplicitOverride": true,
"noUncheckedIndexedAccess": true,
"noUnusedLocals": true,
Expand Down

0 comments on commit f713e09

Please sign in to comment.