oapen-suggestion-service/web/next.config.js

8 lines
167 B
JavaScript

module.exports = {
typescript: {
// This ONLY is for type errors
// TODO remove when a better linting system is created
ignoreBuildErrors: true,
},
};