Server: add required Deno config to work on 1.40.x, fixes #36

This commit is contained in:
Val Packett 2024-01-26 13:39:04 -03:00
parent d0e4c71b1a
commit 7477f368df

View file

@ -7,6 +7,10 @@
"proseWrap": "preserve" "proseWrap": "preserve"
} }
}, },
"compilerOptions": {
"experimentalDecorators": true
},
"unstable": ["broadcast-channel"],
"imports": { "imports": {
"https://deno.land/std@0.159.0/": "https://deno.land/std@0.192.0/", "https://deno.land/std@0.159.0/": "https://deno.land/std@0.192.0/",
"https://deno.land/std@0.170.0/": "https://deno.land/std@0.192.0/", "https://deno.land/std@0.170.0/": "https://deno.land/std@0.192.0/",