Skip to content

Commit e2a3a61

Browse files
committed
Rm type declare
1 parent 038367b commit e2a3a61

File tree

10 files changed

+17
-16
lines changed

10 files changed

+17
-16
lines changed
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
{"changes":{"packages/core/package.json":"Patch","packages/generator/package.json":"Patch","packages/webpack-plugin/package.json":"Patch","packages/vite-plugin/package.json":"Patch","packages/utils/package.json":"Patch","packages/next-plugin/package.json":"Patch","packages/rsbuild-plugin/package.json":"Patch","packages/fetch/package.json":"Patch"},"note":"Remove type declare of test file ","date":"2025-11-29T00:50:42.713071900Z"}

bun.lock

Lines changed: 8 additions & 8 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

packages/core/tsconfig.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,5 +30,5 @@
3030
"rootDir": "src"
3131
},
3232
"include": ["src/**/*.ts"],
33-
"exclude": ["dist", "node_modules"]
33+
"exclude": ["dist", "node_modules", "src/**/__tests__/**"]
3434
}

packages/fetch/tsconfig.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,5 +30,5 @@
3030
"rootDir": "src"
3131
},
3232
"include": ["src/**/*.ts"],
33-
"exclude": ["dist", "node_modules"]
33+
"exclude": ["dist", "node_modules", "src/**/__tests__/**"]
3434
}

packages/generator/tsconfig.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,5 +30,5 @@
3030
"rootDir": "src"
3131
},
3232
"include": ["src/**/*.ts"],
33-
"exclude": ["dist", "node_modules"]
33+
"exclude": ["dist", "node_modules", "src/**/__tests__/**"]
3434
}

packages/next-plugin/tsconfig.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,5 +30,5 @@
3030
"rootDir": "src"
3131
},
3232
"include": ["src/**/*.ts"],
33-
"exclude": ["dist", "node_modules"]
33+
"exclude": ["dist", "node_modules", "src/**/__tests__/**"]
3434
}

packages/rsbuild-plugin/tsconfig.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,5 +30,5 @@
3030
"rootDir": "src"
3131
},
3232
"include": ["src/**/*.ts"],
33-
"exclude": ["dist", "node_modules"]
33+
"exclude": ["dist", "node_modules", "src/**/__tests__/**"]
3434
}

packages/utils/tsconfig.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,5 +30,5 @@
3030
"rootDir": "src"
3131
},
3232
"include": ["src/**/*.ts"],
33-
"exclude": ["dist", "node_modules"]
33+
"exclude": ["dist", "node_modules", "src/**/__tests__/**"]
3434
}

packages/vite-plugin/tsconfig.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,5 +30,5 @@
3030
"rootDir": "src"
3131
},
3232
"include": ["src/**/*.ts"],
33-
"exclude": ["dist", "node_modules"]
33+
"exclude": ["dist", "node_modules", "src/**/__tests__/**"]
3434
}

packages/webpack-plugin/tsconfig.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,5 +30,5 @@
3030
"rootDir": "src"
3131
},
3232
"include": ["src/**/*.ts"],
33-
"exclude": ["dist", "node_modules"]
33+
"exclude": ["dist", "node_modules", "src/**/__tests__/**"]
3434
}

0 commit comments

Comments
 (0)