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/**/*",