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.json4
1 files changed, 3 insertions, 1 deletions
diff --git a/examples/with-nanostores/tsconfig.json b/examples/with-nanostores/tsconfig.json
index bdd1b5a88..c8983c2ef 100644
--- a/examples/with-nanostores/tsconfig.json
+++ b/examples/with-nanostores/tsconfig.json
@@ -1,5 +1,7 @@
{
- "extends": "astro/tsconfigs/base",
+ "extends": "astro/tsconfigs/strict",
+ "include": [".astro/types.d.ts", "**/*"],
+ "exclude": ["dist"],
"compilerOptions": {
// Preact specific settings
"jsx": "react-jsx",