Skip to content

Commit

Permalink
fix(web): update tsconfig include paths
Browse files Browse the repository at this point in the history
Removed `postcss.config.mjs` from the include paths in `tsconfig
.json`. This ensures unnecessary files are excluded from the
TypeScript compilation process.
  • Loading branch information
suddenlyGiovanni committed Dec 14, 2024
1 parent fcbc746 commit 95ce66a
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion apps/web/tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,6 @@
".react-router/types/**/*",
"tailwind.config.ts",
"vite.config.ts",
"postcss.config.mjs",
"src/**/*",
"src/.server/**/*"
],
Expand Down

0 comments on commit 95ce66a

Please sign in to comment.