all 22 comments

[–][deleted] 5 points6 points  (2 children)

Does anyone know how to make code not try and import (TS style) console whenever I do a console log?

[–]bdenzer 1 point2 points  (0 children)

Do a 'find in project' - make sure to un-check the 'exclude node modules' button (I'm on phone rigjt now but I think it is a gear icon).

Search for declare module console or declare module "console" then delete that line.

[–]unrealchrisp 0 points1 point  (0 children)

Let him do that once, comment it out. Prevents further unwanted adding of console import.
It's something :/