all throughout my project, VSCode will automatically prompt to import a type (the yellow lightbulb appearing). Except within JEST test files (within my tests directory), I get no lightbulb. I can manually write the import, at which point any further imports within the same file are detected.
does anyone know how to fix this?
regards, Tilli