Skip to content

Commit

Permalink
Add recommended type options to tsconfig
Browse files Browse the repository at this point in the history
  • Loading branch information
BryceRussell committed Dec 10, 2024
1 parent 7d13158 commit 590d941
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion playground/tsconfig.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
{
"extends": "astro/tsconfigs/strictest"
"extends": "astro/tsconfigs/strictest",
"include": [".astro/types.d.ts", "**/*"],
"exclude": ["dist"]
}

0 comments on commit 590d941

Please sign in to comment.