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
I am trying to use the new checkJs flag in TypeScript 2.3. When I run tsc standalone, I get errors from my JS files, however when I run ts-loader, I get no errors from my JS files.
I am trying to use the new
checkJsflag in TypeScript 2.3. When I runtscstandalone, I get errors from my JS files, however when I runts-loader, I get no errors from my JS files.Any idea what might be causing this?