mirror of
https://github.com/D4M13N-D3V/neroshitron.git
synced 2025-03-14 10:05:04 +00:00
11 lines
182 B
JSON
11 lines
182 B
JSON
{
|
|
"deno.enablePaths": [
|
|
"supabase/functions"
|
|
],
|
|
"deno.lint": true,
|
|
"deno.unstable": true,
|
|
"[typescript]": {
|
|
"editor.defaultFormatter": "denoland.vscode-deno"
|
|
}
|
|
}
|