'Atom Typescript Not Displaying Errors

I'm having a problem where Atom isn't displaying Typescript errors. Below is a screenshot of my code example in Atom.

enter image description here

And below is a screenshot of the same code in Visual Studio Code.

enter image description here

How can I get Atom to display the same errors like Visual Studio Code does?



Solution 1:[1]

To get showing errors working, I had to reload Atom (on OSX) via View > Developer > Reload Window. A simple restart of Atom didn't work. After hitting "Reload Window", additional dependencies were loaded.

Sources

This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.

Source: Stack Overflow

Solution Source
Solution 1 ouflak