aboutsummaryrefslogtreecommitdiff
path: root/tsconfig.json
diff options
context:
space:
mode:
authorAndrew Lee <alee14498@protonmail.com>2024-01-01 16:32:41 -0500
committerAndrew Lee <alee14498@protonmail.com>2024-01-01 16:32:41 -0500
commita0485ad26353a08562c13c14ea9de73fd705f9de (patch)
tree1bc499c572e3642b769f7391f493d972a8a749d9 /tsconfig.json
parent0349923dd0a970f009ce7ca54881f8c398c67100 (diff)
downloadpersonal-website-a0485ad26353a08562c13c14ea9de73fd705f9de.tar.gz
personal-website-a0485ad26353a08562c13c14ea9de73fd705f9de.tar.bz2
personal-website-a0485ad26353a08562c13c14ea9de73fd705f9de.zip
Initial Rewrite
Diffstat (limited to 'tsconfig.json')
-rw-r--r--tsconfig.json3
1 files changed, 3 insertions, 0 deletions
diff --git a/tsconfig.json b/tsconfig.json
new file mode 100644
index 0000000..d78f81e
--- /dev/null
+++ b/tsconfig.json
@@ -0,0 +1,3 @@
+{
+ "extends": "astro/tsconfigs/base"
+}