From 52b2800340718032b90ba64399a91a6b5d7e5036 Mon Sep 17 00:00:00 2001 From: IshuaWang <150354049+IshuaWang@users.noreply.github.com> Date: Fri, 20 Dec 2024 19:08:49 +0800 Subject: [PATCH] Delete tsconfig.json --- tsconfig.json | 7 ------- 1 file changed, 7 deletions(-) delete mode 100644 tsconfig.json diff --git a/tsconfig.json b/tsconfig.json deleted file mode 100644 index 314eab8..0000000 --- a/tsconfig.json +++ /dev/null @@ -1,7 +0,0 @@ -{ - // This file is not used in compilation. It is here just for a nice editor experience. - "extends": "@docusaurus/tsconfig", - "compilerOptions": { - "baseUrl": "." - } -}