We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 39b118e commit e550a56Copy full SHA for e550a56
tsconfig.json
@@ -1,3 +1,5 @@
1
{
2
- "extends": "astro/tsconfigs/strict"
+ "extends": "astro/tsconfigs/strict",
3
+ "include": [".astro/types.d.ts", "**/*"],
4
+ "exclude": ["dist"]
5
}
0 commit comments