Skip to content

Commit

Permalink
Merge pull request #6 from fecony/patch-1
Browse files Browse the repository at this point in the history
Set experimentalDecorators to true for Deno decorators support
  • Loading branch information
Sorikairox authored Feb 22, 2024
2 parents 136a26c + 718cd93 commit 34ab193
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
Expand Up @@ -10,6 +10,7 @@
}
},
"compilerOptions": {
"experimentalDecorators": true,
"emitDecoratorMetadata": true
},
"importMap": "./import_map.json",
Expand Down

0 comments on commit 34ab193

Please sign in to comment.