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
I have a need to add documentation to the beginning of model files.
For example, if I have a model that specifies imports but does not use custom validation, I want to add // @ts-nocheck to the top of the file because typescript will respond to an unused import clause and display an error.
Just delete import * as imports from ". /customs", the error does not occur, but it comes back every time I run prisma generate.
I have a need to add documentation to the beginning of model files.
For example, if I have a model that specifies
imports
but does not use custom validation, I want to add// @ts-nocheck
to the top of the file because typescript will respond to an unused import clause and display an error.Just delete
import * as imports from ". /customs"
, the error does not occur, but it comes back every time I runprisma generate
.Proposal
How about adopting these config value?
The text was updated successfully, but these errors were encountered: