watzon.tech/.vscode/settings.json

9 lines
141 B
JSON
Raw Permalink Normal View History

2022-12-09 16:04:34 +00:00
{
"deno.enable": true,
"deno.lint": true,
"deno.unstable": true,
"deno.suggest.imports.hosts": {
"https://deno.land": true
}
}