summaryrefslogtreecommitdiff
path: root/examples/with-nanostores/tsconfig.json
diff options
context:
space:
mode:
Diffstat (limited to 'examples/with-nanostores/tsconfig.json')
-rw-r--r--examples/with-nanostores/tsconfig.json2
1 files changed, 2 insertions, 0 deletions
diff --git a/examples/with-nanostores/tsconfig.json b/examples/with-nanostores/tsconfig.json
index bdd1b5a88..8faaad1f8 100644
--- a/examples/with-nanostores/tsconfig.json
+++ b/examples/with-nanostores/tsconfig.json
@@ -1,5 +1,7 @@
{
"extends": "astro/tsconfigs/base",
+ "include": ["**/*", ".astro/types.d.ts"],
+ "exclude": ["dist"],
"compilerOptions": {
// Preact specific settings
"jsx": "react-jsx",