build(conf): add the vs code settings

This commit is contained in:
Alexander Zhukov 2017-04-20 11:43:30 +03:00
parent a813c2ade3
commit 4931da2d22
2 changed files with 24 additions and 0 deletions

3
.vscode/settings.json vendored Normal file
View file

@ -0,0 +1,3 @@
{
"typescript.tsdk": "./node_modules/typescript/lib"
}