Jelajahi Sumber

chore: add TypeScript settings

C4illin 1 tahun lalu
induk
melakukan
27d4da8941
1 mengubah file dengan 4 tambahan dan 0 penghapusan
  1. 4 0
      .vscode/settings.json

+ 4 - 0
.vscode/settings.json

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