From b4d79b58fe1527b18e76f5b3fb6d8082bcc8ce35 Mon Sep 17 00:00:00 2001 From: Vinayak Kulkarni Date: Thu, 22 Jul 2021 17:27:26 +0530 Subject: [PATCH] =?UTF-8?q?feat:=20add=20vscode=20config(s)=20=F0=9F=91=A8?= =?UTF-8?q?=E2=80=8D=F0=9F=94=A7?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .vscode/settings.json | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 .vscode/settings.json diff --git a/.vscode/settings.json b/.vscode/settings.json new file mode 100644 index 00000000..537989c6 --- /dev/null +++ b/.vscode/settings.json @@ -0,0 +1,5 @@ +{ + "volar.tsPlugin": true, + "files.eol": "\n", + "typescript.tsdk": "node_modules/typescript/lib" +}