itty-bitty/.vscode/settings.json
2022-09-05 11:41:33 -07:00

9 lines
No EOL
233 B
JSON

{
"deno.enable": true,
"deno.enablePaths": [
"netlify/edge-functions"
],
"deno.unstable": true,
"deno.importMap": ".netlify/edge-functions-import-map.json",
"deno.path": "~/Library/Preferences/netlify/deno-cli/deno"
}