Parcourir la source

Update vscode settings for the new typescript.

Jason Grout il y a 8 ans
Parent
commit
69291123c3
1 fichiers modifiés avec 2 ajouts et 1 suppressions
  1. 2 1
      .vscode/settings.json

+ 2 - 1
.vscode/settings.json

@@ -2,5 +2,6 @@
 {
   "editor.tabSize": 2,
   "editor.insertSpaces": true,
-  "editor.detectIndentation": false
+  "editor.detectIndentation": false,
+  "typescript.tsdk": "node_modules/typescript/lib"
 }