My C# project in Rider does not have package.json at the root. It's located at /Project/Project/FrontendCode/package.json. It seems that, because of that, Rider completely ignores the web-types.json I have generated.
Can I somehow alleviate that, without having to create a useless package.json at the root of the repo?
My C# project in Rider does not have
package.jsonat the root. It's located at/Project/Project/FrontendCode/package.json. It seems that, because of that, Rider completely ignores theweb-types.jsonI have generated.Can I somehow alleviate that, without having to create a useless
package.jsonat the root of the repo?