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 }