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
Is your feature request related to a problem? Please describe.
Right now this project cannot be used with Typescript properly.
Describe the solution you'd like
It should provide support for typescript:
accept typescript database files (db.ts)
provide types for it's own module (json-graphql-server)
Describe alternatives you've considered
The only alternative I see is to provide typings myself and use the programmatic variant with ts-node to get TS files for the database to work.
The text was updated successfully, but these errors were encountered:
Is your feature request related to a problem? Please describe.
Right now this project cannot be used with Typescript properly.
Describe the solution you'd like
It should provide support for typescript:
Describe alternatives you've considered
The only alternative I see is to provide typings myself and use the programmatic variant with ts-node to get TS files for the database to work.
The text was updated successfully, but these errors were encountered: