Created
October 11, 2024 18:54
-
-
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
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"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