Skip to content

Commit

Permalink
Revert ignoring TS errors during build
Browse files Browse the repository at this point in the history
  • Loading branch information
Mad-Kat committed Jan 2, 2025
1 parent 3184c58 commit 55de641
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions packages/docs/next.config.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -6,10 +6,6 @@ const withMDX = createMDX();
/** @type {import('next').NextConfig} */
const config = {
reactStrictMode: true,
// TODO remove ignoreBuildErrors once docs was upgraded to react 19
typescript: {
ignoreBuildErrors: true,
},
experimental: {
optimizePackageImports: ["shiki", "@shikijs/monaco", "yak-swc"],
// serverComponentsExternalPackages: ["next-yak"],
Expand Down

0 comments on commit 55de641

Please sign in to comment.