mirror of
https://codeberg.org/valpackett/tiddlypwa.git
synced 2025-12-06 02:30:48 -08:00
Server: add required Deno config to work on 1.40.x, fixes #36
This commit is contained in:
parent
d0e4c71b1a
commit
7477f368df
1 changed files with 4 additions and 0 deletions
|
|
@ -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/",
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue