pantry/.vscode/settings.json

7 lines
156 B
JSON
Raw Normal View History

2022-08-01 22:43:40 +03:00
{
"deno.enable": true,
"deno.lint": true,
"deno.unstable": true,
2023-02-24 23:50:10 +03:00
"deno.config": ".github/deno.jsonc",
"deno.importMap": "../cli/import-map.json"
2022-08-01 22:43:40 +03:00
}