Skip to content

Commit 6a5d462

Browse files
committed
chore(ci): update Next.js example config
1 parent c0c247c commit 6a5d462

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

examples/next/next.config.js

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,4 +15,8 @@ module.exports = withMDX({
1515

1616
return config
1717
},
18+
// don't typecheck the packages in the example build
19+
typescript: {
20+
ignoreBuildErrors: true,
21+
},
1822
})

0 commit comments

Comments
 (0)