From 9dfe3f5af8c16446ddcca79320b86bdb8da50076 Mon Sep 17 00:00:00 2001 From: xingyu4j Date: Thu, 4 Dec 2025 18:03:55 +0800 Subject: [PATCH] fix: type not find --- internal/lint-configs/eslint-config/tsconfig.json | 3 --- internal/tailwind-config/tsconfig.json | 3 --- internal/tsconfig/node.json | 1 + 3 files changed, 1 insertion(+), 6 deletions(-) diff --git a/internal/lint-configs/eslint-config/tsconfig.json b/internal/lint-configs/eslint-config/tsconfig.json index dbd3bcc8d..b2ec3b61e 100644 --- a/internal/lint-configs/eslint-config/tsconfig.json +++ b/internal/lint-configs/eslint-config/tsconfig.json @@ -1,9 +1,6 @@ { "$schema": "https://json.schemastore.org/tsconfig", "extends": "@vben/tsconfig/node.json", - "compilerOptions": { - "moduleResolution": "bundler" - }, "include": ["src"], "exclude": ["node_modules"] } diff --git a/internal/tailwind-config/tsconfig.json b/internal/tailwind-config/tsconfig.json index dbd3bcc8d..b2ec3b61e 100644 --- a/internal/tailwind-config/tsconfig.json +++ b/internal/tailwind-config/tsconfig.json @@ -1,9 +1,6 @@ { "$schema": "https://json.schemastore.org/tsconfig", "extends": "@vben/tsconfig/node.json", - "compilerOptions": { - "moduleResolution": "bundler" - }, "include": ["src"], "exclude": ["node_modules"] } diff --git a/internal/tsconfig/node.json b/internal/tsconfig/node.json index 31ce8f18f..01bde7a78 100644 --- a/internal/tsconfig/node.json +++ b/internal/tsconfig/node.json @@ -6,6 +6,7 @@ "composite": false, "lib": ["ESNext"], "baseUrl": "./", + "moduleResolution": "bundler", "types": ["node"], "noImplicitAny": true }