25 lines
477 B
JSON
25 lines
477 B
JSON
{
|
|
"deno.enablePaths": ["supabase/functions"],
|
|
"deno.lint": true,
|
|
"deno.unstable": [
|
|
"bare-node-builtins",
|
|
"byonm",
|
|
"sloppy-imports",
|
|
"unsafe-proto",
|
|
"webgpu",
|
|
"broadcast-channel",
|
|
"worker-options",
|
|
"cron",
|
|
"kv",
|
|
"ffi",
|
|
"fs",
|
|
"http",
|
|
"net"
|
|
],
|
|
// "[typescript]": {
|
|
// "editor.defaultFormatter": "denoland.vscode-deno"
|
|
// },
|
|
"editor.formatOnSave": true,
|
|
"editor.defaultFormatter": "esbenp.prettier-vscode"
|
|
}
|