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 e7bfc6e commit ad193d3Copy full SHA for ad193d3
tsconfig.json
@@ -7,5 +7,7 @@
7
"@assets/*": ["src/assets/*"],
8
"@fragments/*": ["src/content/docs/_fragments/*"]
9
}
10
- }
+ },
11
+ "include": [".astro/types.d.ts", "**/*"],
12
+ "exclude": ["dist"]
13
0 commit comments