aboutsummaryrefslogtreecommitdiff
path: root/tsconfig.json
diff options
context:
space:
mode:
authorAndrew Lee <andrew@alee14.me>2025-02-21 17:38:43 -0500
committerAndrew Lee <andrew@alee14.me>2025-02-21 17:38:43 -0500
commitebaa56401efd9b14ecef922db8c2f6eac732a4d6 (patch)
treee81f25087eb14b2b89132e7d89108beb349e77a5 /tsconfig.json
downloadbnbmc-website-ebaa56401efd9b14ecef922db8c2f6eac732a4d6.tar.gz
bnbmc-website-ebaa56401efd9b14ecef922db8c2f6eac732a4d6.tar.bz2
bnbmc-website-ebaa56401efd9b14ecef922db8c2f6eac732a4d6.zip
Initial commit
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"]
+}