From 7cd21e6a8747c2cba1bd7925f3eba16497a480dc Mon Sep 17 00:00:00 2001 From: pany <939630029@qq.com> Date: Thu, 19 Sep 2024 19:57:37 +0800 Subject: [PATCH] =?UTF-8?q?chore:=20=E9=A1=B9=E7=9B=AE=E9=BB=98=E8=AE=A4?= =?UTF-8?q?=E4=BD=BF=E7=94=A8=E5=B7=A5=E4=BD=9C=E5=8C=BA=20typescript=20?= =?UTF-8?q?=E7=89=88=E6=9C=AC?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .vscode/settings.json | 1 + 1 file changed, 1 insertion(+) diff --git a/.vscode/settings.json b/.vscode/settings.json index d3515f39..ec5edc6e 100644 --- a/.vscode/settings.json +++ b/.vscode/settings.json @@ -1,4 +1,5 @@ { + "typescript.tsdk": "node_modules/typescript/lib", "prettier.enable": true, "editor.codeActionsOnSave": { "source.fixAll.eslint": "explicit"