storage/.vscode/settings.json

8 lines
148 B
JSON

{
"typescript.tsdk": "node_modules/typescript/lib",
"deno.enable": true,
"deno.suggest.imports.hosts": {
"https://deno.land": false
}
}