clonegur/frontend/.vscode/settings.json

6 lines
149 B
JSON
Raw Normal View History

2023-06-30 12:57:17 +00:00
{
"deno.enable": true,
"deno.unstable": true,
"deno.enablePaths": [ "backend" ],
"typescript.tsdk": "node_modules\\typescript\\lib"
}