mirror of
https://github.com/rjNemo/deno_hello
synced 2026-06-06 01:56:40 +00:00
19 lines
417 B
JSON
19 lines
417 B
JSON
{
|
|
"deno.enable": true,
|
|
"deno.unstable": true,
|
|
"deno.lint": true,
|
|
"[typescript]": {
|
|
"editor.defaultFormatter": "denoland.vscode-deno"
|
|
},
|
|
"[typescriptreact]": {
|
|
"editor.defaultFormatter": "denoland.vscode-deno"
|
|
},
|
|
"files.eol": "\n",
|
|
"files.trimTrailingWhitespace": true,
|
|
"files.exclude": {
|
|
"**/.git": true,
|
|
"**/.DS_Store": true,
|
|
"**/Thumbs.db": true,
|
|
"**/.aleph": true
|
|
}
|
|
}
|