소스 검색

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"
 }