Replies: 2 comments
-
Maybe this would be helped you: |
Beta Was this translation helpful? Give feedback.
0 replies
-
How about the typescript compiler? I will generate a |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I have client and server projects in separate folders and also they are in separate repos.
On server i have
And a type
export type User = InferModel<typeof users_table>;
But i want to generate actual d.ts files that can move to separate project. Is that possible?
Beta Was this translation helpful? Give feedback.
All reactions