Skip to content

Commit

Permalink
add test dir to tsconfig ignore
Browse files Browse the repository at this point in the history
  • Loading branch information
jsolly committed Feb 8, 2025
1 parent 6af0d23 commit 04a10c0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tsconfig.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"extends": "astro/tsconfigs/strict",
"include": [".astro/types.d.ts", "**/*"],
"exclude": ["dist", "node_modules"]
"exclude": ["dist", "test", "node_modules"]
}

0 comments on commit 04a10c0

Please sign in to comment.