Ayfri
11/02/2022, 3:17 AMpixi and I'm facing a problem about dependency management, like @pixi/display uses typings from @pixi/core, but only typings, alias import type in TS, but how should I include the library in my module then ? as I have one gradle module per npm package.Ayfri
11/02/2022, 10:41 PMcompileOnly but I'm not sure...Ayfri
11/02/2022, 11:44 PM