build(aio): add a tslint language service

This commit is contained in:
Alexander Zhukov 2017-04-29 19:18:05 +03:00
parent 5d84abf4d2
commit 17ee11e4aa
4 changed files with 10 additions and 1 deletions

View file

@ -1,3 +1,4 @@
{
"typescript.tsdk": "./node_modules/typescript/lib"
"typescript.tsdk": "./node_modules/typescript/lib",
"tslint.enable": false
}