소스 검색

fix: type not find

xingyu4j 6 달 전
부모
커밋
9dfe3f5af8
3개의 변경된 파일1개의 추가작업 그리고 6개의 파일을 삭제
  1. 0 3
      internal/lint-configs/eslint-config/tsconfig.json
  2. 0 3
      internal/tailwind-config/tsconfig.json
  3. 1 0
      internal/tsconfig/node.json

+ 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
   }