Browse Source

fix: type not find

pull/6997/head
xingyu4j 2 months ago
parent
commit
9dfe3f5af8
  1. 3
      internal/lint-configs/eslint-config/tsconfig.json
  2. 3
      internal/tailwind-config/tsconfig.json
  3. 1
      internal/tsconfig/node.json

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"]
}

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
internal/tsconfig/node.json

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

Loading…
Cancel
Save