We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3ea98dc commit f0d2813Copy full SHA for f0d2813
apps/site/next.config.mjs
@@ -58,6 +58,7 @@ const nextConfig = {
58
// incldued.
59
'/*': [
60
'../../node_modules/.pnpm/typescript@*/node_modules/typescript/lib/*.d.ts',
61
+ '../../node_modules/.pnpm/@types+*/node_modules/**/*.ts',
62
],
63
},
64
// On static export builds we want the output directory to be "build"
0 commit comments