You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Please note that in 2.16.538 release I changed customTypeMappings parameter format (#384) so it is now needed to specify generic classes including their generic parameters:
i want to map
class ListWrapper<T>
to typescriptT[]
how do i do it?
Finally I returned to this issue and it is now possible to use generics in
customTypeMappings
parameter.Released in v2.10.466.
Originally posted by @vojtechhabarta in #197 (comment)
The text was updated successfully, but these errors were encountered: