When using TypeScript generation, is there a mechanism where we could specify exact namespace matches for IncludeTypes in the client code generation? For instance, when we generate TypeScript, specifying Namespace1.Core/* pulls in the following namespaces:
Namespace1.Core.Foo
Namespace1.CoreBar
I wanted to target just Namespace1.Core entities. If there isn’t anything currently, would it be possible to add a token that could cause it to match Namespace1.Core only (maybe just /)?