Skip to content

Commit

Permalink
Ignoring public for astro check
Browse files Browse the repository at this point in the history
  • Loading branch information
fdodino committed Oct 11, 2024
1 parent a684438 commit c26a794
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,8 @@
"extends": "astro/tsconfigs/strictest",
"exclude": [
"**/dist/**",
"**/__coverage__/**"
"**/__coverage__/**",
"**/public/**"
],
"compilerOptions": {
"jsx": "react-jsx",
Expand Down

0 comments on commit c26a794

Please sign in to comment.