aboutsummaryrefslogtreecommitdiff
path: root/tsconfig.json
diff options
context:
space:
mode:
authorAndrew Lee <[email protected]>2024-12-31 22:11:04 -0500
committerAndrew Lee <[email protected]>2024-12-31 22:11:04 -0500
commit6736b26552b2fdc566fd5e154cd07f3ce909fddc (patch)
tree4964fcec3ddc1d439d3ace24e935dbb64e5ed313 /tsconfig.json
parent944b6dbb2d43a93f905788a05fcde5600270184d (diff)
downloadshiftos-archive-website-6736b26552b2fdc566fd5e154cd07f3ce909fddc.tar.gz
shiftos-archive-website-6736b26552b2fdc566fd5e154cd07f3ce909fddc.tar.bz2
shiftos-archive-website-6736b26552b2fdc566fd5e154cd07f3ce909fddc.zip
Website now uses astro rather than plain html; Added a few more releases
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"]
+}