Skip to content

Commit

Permalink
fix: web types (#810)
Browse files Browse the repository at this point in the history
  • Loading branch information
pluvrt authored Oct 30, 2024
1 parent 8f8b54c commit 916fc2a
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion apps/web/tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,8 @@
"next-env.d.ts",
"./types.d.ts",
"**/*.ts",
"**/*.tsx"
"**/*.tsx",
".next/types/**/*.ts"
],
"exclude": [
"node_modules"
Expand Down

0 comments on commit 916fc2a

Please sign in to comment.