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