goals/next.config.js
Alejandro Gomez 2fe390a52f
👶
2023-07-07 22:39:17 +02:00

9 lines
145 B
JavaScript

/** @type {import('next').NextConfig} */
const nextConfig = {
typescript: {
ignoreBuildErrors: true,
},
};
module.exports = nextConfig;