JSX element implicitly has type 'any' because no interface 'JSX.IntrinsicElements'
I have a core program, and from that I have auxiliary components: test, web app, cli app. Initially I worked on the core + cli app + test, then recently I work on the web app with Fresh. At first I separate the project to learn the framework easier, but now I want to join them together, so that I can debug the core easier. Now every component has this problem:
I've tried restarted VS Code but it doesn't help. Here are some related files:
I've tried restarted VS Code but it doesn't help. Here are some related files:
