浏览代码

Update vscode settings for the new typescript.

Jason Grout 8 年之前
父节点
当前提交
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"
 }