paper-ai-release-24-07-21/next.config.js

9 lines
144 B
JavaScript
Raw Normal View History

2024-01-18 15:46:18 +08:00
/** @type {import('next').NextConfig} */
2024-01-21 23:29:28 +08:00
const nextConfig = {
typescript: {
ignoreBuildErrors: true,
},
};
2024-01-18 15:46:18 +08:00
module.exports = nextConfig