From a0485ad26353a08562c13c14ea9de73fd705f9de Mon Sep 17 00:00:00 2001 From: Andrew Lee Date: Mon, 1 Jan 2024 16:32:41 -0500 Subject: Initial Rewrite --- tsconfig.json | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 tsconfig.json (limited to 'tsconfig.json') 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" +} -- cgit v1.2.3