Browse Source

chore: add TypeScript settings

C4illin 1 year ago
parent
commit
27d4da8941
1 changed files with 4 additions and 0 deletions
  1. 4 0
      .vscode/settings.json

+ 4 - 0
.vscode/settings.json

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