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 766b45b commit 85fa395Copy full SHA for 85fa395
apps/site/next.config.mjs
@@ -98,7 +98,7 @@ const nextConfig = {
98
},
99
// TODO(@avivkeller): Why can't this be used without this config?
100
serverExternalPackages: ['twoslash'],
101
- outputFileTracingExcludes: {
+ outputFileTracingIncludes: {
102
// Twoslash needs TypeScript declarations
103
'*': ['**/node_modules/typescript/lib/**'],
104
0 commit comments