From ece27b8cdb75a815c368db2894a1cbc65d060c04 Mon Sep 17 00:00:00 2001 From: Jewgeni Lewash Date: Thu, 15 Feb 2024 23:31:17 +0100 Subject: [PATCH] chore: add ts config file --- tsconfig.json | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 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" +}