Skip to content

Commit f0d2813

Browse files
committed
more types
1 parent 3ea98dc commit f0d2813

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

apps/site/next.config.mjs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -58,6 +58,7 @@ const nextConfig = {
5858
// incldued.
5959
'/*': [
6060
'../../node_modules/.pnpm/typescript@*/node_modules/typescript/lib/*.d.ts',
61+
'../../node_modules/.pnpm/@types+*/node_modules/**/*.ts',
6162
],
6263
},
6364
// On static export builds we want the output directory to be "build"

0 commit comments

Comments
 (0)