From 16ba1b3708b4aa5f97a86a600a8b2148d4c8213a Mon Sep 17 00:00:00 2001 From: tamaina Date: Sun, 19 Feb 2023 12:29:04 +0000 Subject: [PATCH] fix typescript version on vscode --- .vscode/settings.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.vscode/settings.json b/.vscode/settings.json index b7e7b20c17..c94a34194e 100644 --- a/.vscode/settings.json +++ b/.vscode/settings.json @@ -1,5 +1,6 @@ { "search.exclude": { "**/node_modules": true - } + }, + "typescript.tsdk": "node_modules/typescript/lib" } \ No newline at end of file