tiddlypwa/deno.json
2023-07-01 14:33:09 -03:00

15 lines
355 B
JSON

{
"fmt": {
"options": {
"useTabs": true,
"lineWidth": 120,
"singleQuote": true,
"proseWrap": "preserve"
}
},
"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/"
}
}