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
We don't have any dependency except tslib(just a small helper library).
It seems it is just mismatching types for v15. I'm checking it now.
tomasstrejcek
changed the title
Can't build project, typescript fails, wrongly defined dependencies on ts/gryphqljs/other libs?
Can't build project, typescript fails, wrongly defined dependencies on ts/graphqljs/other libs?
Mar 23, 2022
There is possibly bug in dependencis if I can install this and then if fails during compilation, right?
v1.14.1 build fine, but i can't seem to find any changelog or something to find out what are the upgrade steps, reasons for BC in minor version etc :(
example errors:
node_modules/graphql-scalars/scalars/AccountNumber.d.ts:3:44 - error TS2315: Type 'GraphQLScalarType' is not generic.
3 export declare const GraphQLAccountNumber: GraphQLScalarType<string, string>;
node_modules/graphql-scalars/scalars/RoutingNumber.d.ts:3:44 - error TS2315: Type 'GraphQLScalarType' is not generic.
3 export declare const GraphQLRoutingNumber: GraphQLScalarType<string, string>;
Environment:
The text was updated successfully, but these errors were encountered: