We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2331046 commit 4425541Copy full SHA for 4425541
2 files changed
next-custom.d.ts
next.config.ts
@@ -3,9 +3,6 @@ import { type NextConfig } from "next";
3
const nextConfig: NextConfig = {
4
output: "export",
5
reactStrictMode: true,
6
- typescript: {
7
- ignoreBuildErrors: true,
8
- },
9
sassOptions: {
10
implementation: "sass-embedded",
11
},
0 commit comments