Not a major issue but a …

less than 1 minute read

Not a major issue but a bit of an annoyance: VSCode keeps flagging this error, but only on a few libs. It’s also weird that the error is on the tsconfig.json but it’s complaining about something related to jest.config.js. It’s not really causing any build errors, just showing up within VSCode.

Other libs that exist on the same level as all of those seem to be fine. For example, one of the ones with an error is libs/ui/components, but I have another lib called libs/ui/blocks which has an identical tsconfig.json + jest.config.js (besides the folder name ofc) that gives no errors.

Any thoughts?

Responses:

Not sure , not a VS Code user. Probably makes sense to see if you can replicate it in a clean project and if so, file an issue?

Updated: