TypeScript comes with 3 JavaScript compiled files in its 'bin' folder:
I guess one of those should be 'TypeScript language service', but what's the other one?
typescript.js
is what's used by some random internal tools. There's not any real external-facing purpose for it, though for example you could use it to build something similar to the TypeScript Playground.
tsc.js
is typescript.js
plus the command-line front-end.
typescriptServices.js
is typescript.js
plus the language service (e.g. for providing Intellisense features)
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With