pantry/.vscode/settings.json

7 lines
156 B
JSON
Raw Normal View History

{
"deno.enable": true,
"deno.lint": true,
"deno.unstable": true,
"deno.config": ".github/deno.jsonc",
"deno.importMap": "../cli/import-map.json"
}