Skip to content
This repository was archived by the owner on Dec 4, 2017. It is now read-only.

Commit 4452163

Browse files
committed
chore: point VS Code to the examples's local version of typescript
1 parent 1261cb6 commit 4452163

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

.vscode/settings.json

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,5 +5,7 @@
55
// Controls if the editor will insert spaces for tabs. Accepted values: "auto", true, false. If set to "auto", the value will be guessed when a file is opened.
66
"editor.insertSpaces": true,
77
// When enabled, will trim trailing whitespace when you save a file.
8-
"files.trimTrailingWhitespace": false
9-
}
8+
"files.trimTrailingWhitespace": false,
9+
// Specifies the folder path containing the tsserver and lib*.d.ts files to use.
10+
"typescript.tsdk": "public/docs/_examples/node_modules/typescript/lib"
11+
}

0 commit comments

Comments
 (0)