storage/.vscode/settings.json
2021-06-22 16:10:17 +02:00

8 lines
148 B
JSON

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