Skip to content

Commit 236c758

Browse files
committed
fixup!
1 parent f0d2813 commit 236c758

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

apps/site/next.config.mjs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -55,10 +55,10 @@ const nextConfig = {
5555
outputFileTracingIncludes: {
5656
// Twoslash needs TypeScript declarations to function, and, by default,
5757
// Next.js strips them for brevity. Therefore, they must be explicitly
58-
// incldued.
58+
// included.
5959
'/*': [
6060
'../../node_modules/.pnpm/typescript@*/node_modules/typescript/lib/*.d.ts',
61-
'../../node_modules/.pnpm/@types+*/node_modules/**/*.ts',
61+
'./node_modules/@types/node/**/*',
6262
],
6363
},
6464
// On static export builds we want the output directory to be "build"

0 commit comments

Comments
 (0)