From 5996f1062f79bda1888e76b7f19aeef8c089af33 Mon Sep 17 00:00:00 2001 From: pengzhanbo Date: Tue, 7 Oct 2025 23:23:51 +0800 Subject: [PATCH] build: update tsconfig --- tsconfig.isolated.json | 17 ----------------- tsconfig.json | 5 ----- 2 files changed, 22 deletions(-) delete mode 100644 tsconfig.isolated.json diff --git a/tsconfig.isolated.json b/tsconfig.isolated.json deleted file mode 100644 index e448d409..00000000 --- a/tsconfig.isolated.json +++ /dev/null @@ -1,17 +0,0 @@ -{ - "extends": "./tsconfig.base.json", - "compilerOptions": { - "composite": true, - "isolatedDeclarations": true - }, - "include": [ - "**/*.ts" - ], - "exclude": [ - "**/node_modules/**", - "**/.cache/**", - "**/.temp/**", - "**/lib/**", - "**/dist/**" - ] -} diff --git a/tsconfig.json b/tsconfig.json index fe8eacce..a1de282e 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -10,11 +10,6 @@ }, "types": ["webpack-env", "vite/client", "vuepress/client-types"] }, - "references": [ - { - "path": "./tsconfig.isolated.json" - } - ], "include": [ "plugins/**/*", "theme/**/*",