Skip to content

Commit

Permalink
fix: ignore material type error
Browse files Browse the repository at this point in the history
  • Loading branch information
crypto0627 committed Apr 17, 2024
1 parent 19201e5 commit b732448
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 @@ -36,6 +36,7 @@
".next/types/**/*.ts"
],
"exclude": [
"node_modules"
"node_modules",
"./src/**/*.ts"
]
}

0 comments on commit b732448

Please sign in to comment.