Sam Therapy
8a262bf8fd
Some checks failed
continuous-integration/drone/push Build is failing
Signed-off-by: Sam Therapy <sam@samtherapy.net>
11 lines
235 B
JSON
11 lines
235 B
JSON
{
|
|
"deno.enable": true,
|
|
"deno.lint": true,
|
|
"deno.unstable": true,
|
|
"[typescript]": {
|
|
"editor.defaultFormatter": "denoland.vscode-deno"
|
|
},
|
|
"[typescriptreact]": {
|
|
"editor.defaultFormatter": "denoland.vscode-deno"
|
|
}
|
|
}
|