Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
suggest using Partial<NextConfig> for typechecking next.config.js
the `experimental` and `future` keys are non-optional in the type NextConfig because internally they are always set to a default from defaultConfig, but in next.config.js they are allowed to be optional
- Loading branch information