tiddlypwa/deno.json
2024-07-26 05:28:57 -03:00

14 lines
368 B
JSON

{
"fmt": {
"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/"
}
}