Skip to content

Commit

Permalink
disable typescript for some time
Browse files Browse the repository at this point in the history
  • Loading branch information
Tariq-act committed Sep 6, 2024
1 parent 82d0a03 commit 523752d
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion next.config.mjs
Original file line number Diff line number Diff line change
@@ -1,4 +1,11 @@
/** @type {import('next').NextConfig} */
const nextConfig = {};
const nextConfig = {
typescript: {
ignoreBuildErrors: true,
},
eslint: {
ignoreDuringBuilds: true,
},
};

export default nextConfig;

0 comments on commit 523752d

Please sign in to comment.