chore: set workspace typescript version

This commit is contained in:
Josh Johnson 2016-12-19 17:39:53 -05:00
parent 62234629e2
commit 2f633f7b86
1 changed files with 2 additions and 0 deletions

View File

@ -6,4 +6,6 @@
"**/*/vsix": true,
"**/*.js": {"when": "$(basename).ts"}
}
,
"typescript.tsdk": "./node_modules/typescript/lib"
}