ardeois / graphql-codegen-typescript-mock-data

[GraphQL Codegen Plugin](https://github.com/dotansimha/graphql-code-generator) for building mock data based on the schema.
MIT License
132 stars 47 forks source link

fix: add tslib dependency #83

Closed ardeois closed 1 year ago

ardeois commented 1 year ago

Add missing tslib dependency.

This dependency is necessary after rollup converted typescript to ES or commonjs