Hello, I'm trying to use Microsoft Graph types (<h...
# javascript
m
Hello, I'm trying to use Microsoft Graph types (https://www.npmjs.com/package/@microsoft/microsoft-graph-types) with generateExternals = true. The problem is that microsoft graph types has a List type of its own that "shadows" kotlin.collections.List as what's generated seems to be in the "root package". Isn't there a way to put the types generated for that library in a separate package automatically?
🚫 1
t
m
Thanks! Dukat sure feels like an experimental project 😄
t
In any case, most effective practice - generate, fix, put in separate subproject