Browse Source

chore: add TypeScript settings

C4illin 1 năm trước cách đây
mục cha
commit
27d4da8941
1 tập tin đã thay đổi với 4 bổ sung0 xóa
  1. 4 0
      .vscode/settings.json

+ 4 - 0
.vscode/settings.json

@@ -0,0 +1,4 @@
+{
+  "typescript.tsdk": "node_modules/typescript/lib",
+  "typescript.enablePromptUseWorkspaceTsdk": true
+}