8 lines
178 B
JSON
8 lines
178 B
JSON
|
{
|
||
|
"editor.formatOnSave": true,
|
||
|
"typescriptHero.imports.stringQuoteStyle": "\"",
|
||
|
"deno.enable": true,
|
||
|
"deno.importMap": "import_map.json",
|
||
|
"deno.config": "deno.jsonc"
|
||
|
}
|