The package requires "typescript": ">= 2.3.1 < 3", then this warning is printed when running together to TS 3.
npm WARN tslint-language-service@0.9.9 requires a peer of typescript@>= 2.3.1 < 3 but none is installed. You must install peer dependencies yourself.
Would be nice to update the peerDependencies to support TS 3, I did not find any problem while using it, but might be recommended check it with the tests.
The package requires
"typescript": ">= 2.3.1 < 3", then this warning is printed when running together to TS 3.Would be nice to update the
peerDependenciesto support TS 3, I did not find any problem while using it, but might be recommended check it with the tests.