mirror of
https://github.com/rjNemo/deno_tuto
synced 2026-06-06 02:26:40 +00:00
14 lines
No EOL
342 B
JSON
14 lines
No EOL
342 B
JSON
{
|
|
"deno.enable": true,
|
|
"deno.unstable": true,
|
|
"deno.lint": true,
|
|
"deno.import_intellisense_origins": {
|
|
"https://deno.land": true,
|
|
},
|
|
"[typescript]": {
|
|
"editor.defaultFormatter": "denoland.vscode-deno",
|
|
},
|
|
"[typescriptreact]": {
|
|
"editor.defaultFormatter": "denoland.vscode-deno",
|
|
}
|
|
} |