Hello, I am getting this IDE error/warning when I am using a Svelte component:
Component 'ProjectSettings' is not a valid component.
If this is a Svelte or Vue component, it might have a syntax error that makes it impossible to parse.```
The component works fine. There are no errors in the component. It's using TypeScript itself. I'm at my wit's end trying to figure out what could be causing this. There are no *actual* issues, but the red line in the IDE irritates me to no end.