diff options
Diffstat (limited to 'examples/with-markdoc/tsconfig.json')
-rw-r--r-- | examples/with-markdoc/tsconfig.json | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/examples/with-markdoc/tsconfig.json b/examples/with-markdoc/tsconfig.json index e51e06270..676d1945a 100644 --- a/examples/with-markdoc/tsconfig.json +++ b/examples/with-markdoc/tsconfig.json @@ -1,5 +1,7 @@ { "extends": "astro/tsconfigs/base", + "include": [".astro/types.d.ts", "**/*"], + "exclude": ["dist"], "compilerOptions": { "strictNullChecks": true } |