TypeScript comes with 3 JavaScript compiled files in its 'bin' folder:
- tsc.js -- command-line-run compiler itself;
- typescript.js -- ??
- typescriptServices.js -- ??
I guess one of those should be 'TypeScript language service', but what's the other one?