Skip to content

Commit

Permalink
chore: set complier flags required for Deno 1.40
Browse files Browse the repository at this point in the history
  • Loading branch information
shah committed Jan 29, 2024
1 parent 06c5883 commit 75ecd58
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions deno.jsonc
Original file line number Diff line number Diff line change
@@ -1,4 +1,9 @@
{
"compilerOptions": {
// required for Deno 1.40.0+ until lib/notebook/chain-of-responsibility.ts upgraded to use TC39 decorators
// see: https://github.com/tc39/proposal-decorators
"experimentalDecorators": true
},
"tasks": {
"init": "git config core.hooksPath .githooks",
"doctor": "support/bin/doctor.ts",
Expand Down

0 comments on commit 75ecd58

Please sign in to comment.