MIF_E31221222/sigap-website/.vscode/settings.json

26 lines
432 B
JSON

{
"[typescript]": {
"editor.defaultFormatter": "vscode.typescript-language-features"
},
"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": "off"
}