Просмотр исходного кода

Update vscode settings for the new typescript.

Jason Grout 8 лет назад
Родитель
Сommit
69291123c3
1 измененных файлов с 2 добавлено и 1 удалено
  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"
 }