storage/.vscode/settings.json

8 lines
148 B
JSON
Raw Normal View History

{
2021-06-21 22:05:08 +00:00
"typescript.tsdk": "node_modules/typescript/lib",
"deno.enable": true,
"deno.suggest.imports.hosts": {
"https://deno.land": false
}
}