disable typescript errors from builds
This commit is contained in:
@@ -2,6 +2,9 @@ import type { NextConfig } from "next";
|
||||
|
||||
const nextConfig: NextConfig = {
|
||||
/* config options here */
|
||||
typescript: {
|
||||
ignoreBuildErrors: true,
|
||||
},
|
||||
reactCompiler: true,
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user