You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In reading other issues, it doesn't look like checking .js files is supported out of the box, nor by adding the allowJs and checkJs compiler options to tsconfig.json. It DOES seem however, that adding a comment to the top of your .js files // @ts-check gets it working, except that it complains about that comment. this seems to be coming from the "ide-typescript" plugin and not "atom-typescript".
I see that support for allowJs and checkJs is up for grabs. I'd be interested in tackling it but am not familiar with this project at all. Would anyone be willing to point me at a starting point?
In reading other issues, it doesn't look like checking .js files is supported out of the box, nor by adding the
allowJs
andcheckJs
compiler options to tsconfig.json.It DOES seem however, that adding a comment to the top of your .js filesthis seems to be coming from the "ide-typescript" plugin and not "atom-typescript".// @ts-check
gets it working, except that it complains about that comment.I see that support for
allowJs
andcheckJs
is up for grabs. I'd be interested in tackling it but am not familiar with this project at all. Would anyone be willing to point me at a starting point?edit: Looks like this PR fixes my woes: #1456
The text was updated successfully, but these errors were encountered: