Vaadin 14 generating resources in project root

Hey there Vaadin community!

I`m facing a problem with Vaadin 14 generating its resources under the project root folder.

Currently I have a multi-module structure inside intellij which consists of a project root with two modules inside it. Here is the folder structure:

MultiModuleProject -> Project root
	- VaadinApplication -> Module
	- SpringRestApplication -> Module

The problem is that when I run the Vaadin application it generates the package.json, package-lock.json, node_modules etc. under my project root folder (MultiModuleProject) when I want these resources to be generated inside the ‘VaadinApplication’ module.

I have tried various configurations of the project structure in intellij but nothing seems to resolve the problem.

Generating root is good thing. [TTRockStars]
(https://ttrockstars.org/)