Explorar el Código

Update vscode settings for the new typescript.

Jason Grout hace 8 años
padre
commit
69291123c3
Se han modificado 1 ficheros con 2 adiciones y 1 borrados
  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"
 }