mirror of
https://github.com/FranP-code/inbox-negotiator.git
synced 2025-10-13 00:42:26 +00:00
26 lines
482 B
JSON
26 lines
482 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"
|
|
},
|
|
"deno.enable": true,
|
|
"typescript.tsserver.experimental.enableProjectDiagnostics": false
|
|
} |