561aa6891f
Big bang migration to Deno 🤯
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"
|
|
}
|