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 cdb1731 commit 8444393Copy full SHA for 8444393
tsconfig.json
@@ -8,6 +8,6 @@
8
"jsxImportSource": "react"
9
},
10
"extends": "astro/tsconfigs/strict",
11
- "include": ["src"],
+ "include": [".astro/types.d.ts", "src"],
12
"exclude": ["dist", "scripts"]
13
}
0 commit comments