Skip to content

Commit

Permalink
deno settings
Browse files Browse the repository at this point in the history
  • Loading branch information
shuesken committed Oct 14, 2024
1 parent 1901b20 commit 0c7b6fb
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion .vscode/settings.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
{
"eslint.workingDirectories": [{ "mode": "auto" }]
"eslint.workingDirectories": [
{
"mode": "auto"
}
],
"deno.enable": true,
"deno.enablePaths": ["./nr-common", "./nr-server"]
}

0 comments on commit 0c7b6fb

Please sign in to comment.