diff options
Diffstat (limited to 'examples/hackernews/tsconfig.json')
-rw-r--r-- | examples/hackernews/tsconfig.json | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/examples/hackernews/tsconfig.json b/examples/hackernews/tsconfig.json index d78f81ec4..8bf91d3bb 100644 --- a/examples/hackernews/tsconfig.json +++ b/examples/hackernews/tsconfig.json @@ -1,3 +1,5 @@ { - "extends": "astro/tsconfigs/base" + "extends": "astro/tsconfigs/strict", + "include": [".astro/types.d.ts", "**/*"], + "exclude": ["dist"] } |