Skip to content

Instantly share code, notes, and snippets.

@mastermakrela
Created October 11, 2024 18:54
Show Gist options
  • Save mastermakrela/1613b743414e864f831030364db5172a to your computer and use it in GitHub Desktop.
Save mastermakrela/1613b743414e864f831030364db5172a to your computer and use it in GitHub Desktop.
VS Code settings to use Deno's TypeScript instead of the default one
{
"deno.enable": true,
"deno.lint": true,
"editor.formatOnSave": true,
"[typescript]": {
"editor.defaultFormatter": "denoland.vscode-deno"
},
"typescript.tsserver.experimental.enableProjectDiagnostics": false
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment