As you can see in attached image I get a few squiggly errors due to missing imports etc.
Do I have to add some extension or install some npm package or something to make this work?
Or should I just ignore the errors and it will work anyway?
I will recommend you set up your project using Lotte’s Opinionated Package Starter, which will make it a lot easier to know where you should be doing things like this:
If you were using this template then you’re do it where the package.json file lives, which would be in the Client folder.
You can see an example of this template as it was set up for this package (which is not a serious package, but good to be able to understand the structure):