From e16c47279a40bcfc118e1c093e197a9c82134988 Mon Sep 17 00:00:00 2001 From: W1ndys Date: Thu, 23 Jan 2025 11:41:03 +0800 Subject: [PATCH] chore: remove tsconfig.json file Deleted the tsconfig.json file as it is no longer needed for the project configuration. This change simplifies the project structure by eliminating unnecessary files. --- tsconfig.json | 14 -------------- 1 file changed, 14 deletions(-) delete mode 100644 tsconfig.json diff --git a/tsconfig.json b/tsconfig.json deleted file mode 100644 index e7496b0..0000000 --- a/tsconfig.json +++ /dev/null @@ -1,14 +0,0 @@ -{ - "compilerOptions": { - "module": "NodeNext", - "moduleResolution": "NodeNext", - "target": "ES2022" - }, - "include": [ - "src/.vuepress/**/*.ts", - "src/.vuepress/**/*.vue" - ], - "exclude": [ - "node_modules" - ] -}