xingyu4j 6 місяців тому
батько
коміт
9dfe3f5af8

+ 0 - 3
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"]
 }

+ 0 - 3
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"]
 }

+ 1 - 0
internal/tsconfig/node.json

@@ -6,6 +6,7 @@
     "composite": false,
     "lib": ["ESNext"],
     "baseUrl": "./",
+    "moduleResolution": "bundler",
     "types": ["node"],
     "noImplicitAny": true
   }