1
0
Fork 0
mirror of https://github.com/kou029w/_.git synced 2025-02-01 22:58:45 +00:00
_/deno/.vscode/settings.json

7 lines
111 B
JSON
Raw Normal View History

2021-11-24 17:53:54 +09:00
{
"deno.enable": true,
"deno.lint": true,
"deno.unstable": false,
"deno.importMap": "importmap.json"
}