Files
itsc-timetable/next.config.js
2023-02-03 21:47:54 +08:00

10 lines
168 B
JavaScript

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