Hi, I'm creating typings for a group of dependenci...
# javascript
a
Hi, I'm creating typings for a group of dependencies in the namespace
pixi
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.
👍 1
For now I've put
compileOnly
but I'm not sure...
Actually it doesn't work because of circular dependencies