audiogram-beta/.vscode/settings.json

9 lines
158 B
JSON

{
"deno.enable": true,
"deno.unstable": true,
"deno.codeLens.testArgs": [
"--allow-all",
"--no-check",
"--no-lock"
]
}