clonegur/.vscode/settings.json

6 lines
149 B
JSON
Raw Normal View History

2023-06-29 14:38:49 +00:00
{
"deno.enable": true,
"deno.unstable": true,
2023-06-30 00:37:07 +00:00
"deno.enablePaths": [ "backend" ],
2023-06-29 14:38:49 +00:00
"typescript.tsdk": "node_modules\\typescript\\lib"
}