From 227eac690914886c5dd6d9a8bd627534c86b4a5d Mon Sep 17 00:00:00 2001 From: Joe Carstairs Date: Tue, 1 Aug 2023 20:21:11 +0100 Subject: Initial commit --- frontend/tsconfig.json | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 frontend/tsconfig.json (limited to 'frontend/tsconfig.json') diff --git a/frontend/tsconfig.json b/frontend/tsconfig.json new file mode 100644 index 0000000..77da9dd --- /dev/null +++ b/frontend/tsconfig.json @@ -0,0 +1,3 @@ +{ + "extends": "astro/tsconfigs/strict" +} \ No newline at end of file -- cgit v1.2.3