From 0394597b5212fc42ba8a257a00512b613ea86cd8 Mon Sep 17 00:00:00 2001 From: mochaaP Date: Fri, 17 Jun 2022 07:21:31 +0000 Subject: [PATCH] chore: use project typescript in vscode --- .vscode/settings.json | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 .vscode/settings.json diff --git a/.vscode/settings.json b/.vscode/settings.json new file mode 100644 index 00000000..25fa6215 --- /dev/null +++ b/.vscode/settings.json @@ -0,0 +1,3 @@ +{ + "typescript.tsdk": "node_modules/typescript/lib" +}