One way you could get this done relatively simply and quickly is to publish your config types as a package and install as a dependency in your projects? Or publish your parent stack as a package as well and pull the types in from there?
☝️ 1
l
little-cartoon-10569
10/17/2022, 8:04 AM
Yes that's what we're doing. The problem is using the type in two places: the two uses of the type are sufficiently different that it's not worth using the same type in both cases.
little-cartoon-10569
10/17/2022, 8:05 AM
I have no trouble publishing an NPM package with the correct type for use in dependent projects. The problem is using that type in the same project as I'm publishing it from: it's just not similar enough.