chore: drop e2e-only knip entry, loader-smoke dep, and tsconfig reference

Follows removing the tmux-context e2e test: the .e2e.ts knip entry pattern
matched nothing and dsh-loader-smoke became an unused devDependency.
This commit is contained in:
Turtle
2026-07-29 10:37:17 +08:00
parent 8060f7fc0d
commit f15ff737cd
4 changed files with 1 additions and 9 deletions

View File

@@ -165,8 +165,7 @@
},
"packages/context/tmux-context": {
"entry": [
"tests/**/*.spec.ts",
"tests/**/*.e2e.ts"
"tests/**/*.spec.ts"
],
"project": [
"src/**/*.ts",