-
Notifications
You must be signed in to change notification settings - Fork 312
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
V8. Generated types location #1220
Comments
If you install dprint it will be formatted. Regarding file naming conventions I will expose an option for that. Regarding how Prisma does it, I'm not closed to that however it's more complex for many reasons so wouldn't prioritize it now. You could emit to node_modules/@types/graffle-generated, but that wouldn't solve the runtime parts that still need importing for some features. |
Related #1144 |
@ziimakc Let's keep this open for now:
|
In order to output to
|
This is done now in #1229 |
@jasonkuhrt if it's complicated to have node_modules, don't bother, user can just create a folder a gitignore it. |
@ziimakc We can always revisit, maybe other users will ask for this too. |
Maybe it makes sense to move generated types into
node_modules
and expose them likeprisma
does?Reasoning:
PascalCase
while backend mostly usesdash-case
for file naming.The text was updated successfully, but these errors were encountered: