forked from github-mirror/Verome-API
9 lines
152 B
JSON
9 lines
152 B
JSON
{
|
|
"deno.enable": true,
|
|
"deno.lint": true,
|
|
"deno.unstable": false,
|
|
"[typescript]": {
|
|
"editor.defaultFormatter": "denoland.vscode-deno"
|
|
}
|
|
}
|