27 lines
488 B
JSON
27 lines
488 B
JSON
{
|
|
"[typescript]": {
|
|
"editor.defaultFormatter": "denoland.vscode-deno"
|
|
},
|
|
"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"
|
|
],
|
|
"files.autoSave": "afterDelay",
|
|
"java.configuration.updateBuildConfiguration": "interactive"
|
|
}
|