summaryrefslogtreecommitdiff
path: root/tsconfig.json
diff options
context:
space:
mode:
authorYuval Adam <_@yuv.al>2025-09-24 08:59:36 +0200
committerYuval Adam <_@yuv.al>2025-09-24 08:59:36 +0200
commit564ada7388d7fba9a952fecdae1db4ecbe0c7fd9 (patch)
tree885d8b11724811923f51db84f073b31649ec9d26 /tsconfig.json
Initial astro project
Diffstat (limited to 'tsconfig.json')
-rw-r--r--tsconfig.json5
1 files changed, 5 insertions, 0 deletions
diff --git a/tsconfig.json b/tsconfig.json
new file mode 100644
index 0000000..8bf91d3
--- /dev/null
+++ b/tsconfig.json
@@ -0,0 +1,5 @@
+{
+ "extends": "astro/tsconfigs/strict",
+ "include": [".astro/types.d.ts", "**/*"],
+ "exclude": ["dist"]
+}