tiddlypwa/deno.json
Val Packett 83876e0c3e Server: use new TypeScript 5 decorators, actually fix #36
well, my Glitch auto update setup leaves me with no option but to
urgently adapt to deno 1.40.x defaults..
2024-01-26 14:05:46 -03:00

16 lines
391 B
JSON

{
"fmt": {
"options": {
"useTabs": true,
"lineWidth": 120,
"singleQuote": true,
"proseWrap": "preserve"
}
},
"unstable": ["broadcast-channel"],
"imports": {
"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.186.0/": "https://deno.land/std@0.192.0/"
}
}