Skip to content

Commit

Permalink
ignore types (for now)
Browse files Browse the repository at this point in the history
  • Loading branch information
jantimon committed Dec 9, 2024
1 parent 76247fe commit 7e97be2
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions packages/docs/next.config.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,10 @@ 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 7e97be2

Please sign in to comment.