luigi12345's picture
3d4d430fdc6c4817251cca13ca14d482b4155423564b910e7aa9b75b7cf593cc
df82a8c verified
raw
history blame
145 Bytes
/** @type {import('next').NextConfig} */
const nextConfig = {
typescript: {
ignoreBuildErrors: true,
},
};
module.exports = nextConfig;