-
Notifications
You must be signed in to change notification settings - Fork 1.4k
Open
Labels
π enhancementNew feature or requestNew feature or request
Description
Is your feature request related to a problem? Please describe.
I want to by default have the option to not have build errors.
Describe the solution you'd like to see
I want to add
typescript: {
ignoreBuildErrors: true,
},
eslint: {
ignoreDuringBuilds: true,
}
to the next.config.js
file.
Describe alternate solutions
I do not believe there is another solution for create t3 app
to do this.
Additional information
I am happy to file a pr for this.
Metadata
Metadata
Assignees
Labels
π enhancementNew feature or requestNew feature or request