Having followed the TypeScript version of the Angular 2 Quick Start guide, I was wondering if it is possible, and if so how to configure the lite-server to launch a browser othe
lite-server is actually using browser-sync, so you should be able to use --browser CLI command for that.
lite-server
browser-sync
--browser
"lite:c" : "lite-server --browser chrome --open local"