Skip to main content

You are not logged in. Your edit will be placed in a queue until it is peer reviewed.

We welcome edits that make the post easier to understand and more valuable for readers. Because community members review edits, please try to make the post substantially better than how you found it, for example, by fixing grammar or adding additional resources and hyperlinks.

5
  • tsc should still be included with TypeScript - where did you find an official statement that it isn't? Commented Dec 13, 2018 at 18:38
  • Well... first I had a look at the folder C:\Program Files (x86)\Microsoft SDKs\TypeScript\3.2 and tsc.exe no longer existed (but it existed in TS 3.1 !). Commented Dec 13, 2018 at 19:02
  • Then I got some confirmation at github.com/Microsoft/TypeScript/issues/28761 Commented Dec 13, 2018 at 19:03
  • Ah, you are using the TypeScript SDK (shipped with Visual Studio), I apologize. I only use the version downloaded from npm (which includes a tsc command) Commented Dec 13, 2018 at 19:13
  • I also installed locally, on my project folder's node_modules, just to see what files it brings the npm typescript 3.2.2. It also doesn't have the tsc.exe file. Commented Dec 14, 2018 at 9:30