From 2f553cd109e35afa28766af7f5d6ad7677aa4562 Mon Sep 17 00:00:00 2001 From: Adam Christian Date: Fri, 13 Sep 2024 12:31:37 -0700 Subject: [PATCH] Errors in the build --- tsconfig.json | 6 ------ 1 file changed, 6 deletions(-) delete mode 100644 tsconfig.json diff --git a/tsconfig.json b/tsconfig.json deleted file mode 100644 index d250afae..00000000 --- a/tsconfig.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "extends": "@docusaurus/tsconfig", - "compilerOptions": { - "baseUrl": "." - } -}