From d31604d98249a5457fa131b8206b5b2c052a5789 Mon Sep 17 00:00:00 2001 From: Anthony Fu Date: Sun, 14 Feb 2021 14:34:06 +0800 Subject: [PATCH] chore: update vscode settings --- .vscode/settings.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.vscode/settings.json b/.vscode/settings.json index 8c3bd8e..a278e12 100644 --- a/.vscode/settings.json +++ b/.vscode/settings.json @@ -5,5 +5,6 @@ "i18n-ally.sortKeys": true, "cSpell.words": [ "Vitesse" - ] + ], + "typescript.tsdk": "node_modules/typescript/lib" }