Crash with node_modules

Hello,

My resources are in typescript, so there’s a node_modules in each of them.

First I git clone my project and I can perfectly open it in the dev kit, of course there’s no node_modules folders because I have a .gitignore. Then I execute npm install in my resources, so I have now 23 node_modules folders in the project. Now, when I open the devKit, there’s a long loading and a crash:

image

I think it’s because the devkit try to index every node_modules, is it really necessary?

Is it possible to ignore them in the project?