feat: one tsconfig.json and different rules

This commit is contained in:
imccyu
2026-06-19 23:35:47 +08:00
parent ec9b093cb0
commit dc04fea749
16 changed files with 89 additions and 113 deletions
+1 -1
View File
@@ -22,7 +22,7 @@ try {
export default defineConfig({
// Same resolution note as vitest.config.ts: bare workspace names resolve
// through the root tsconfig paths map; the native option cannot do this.
plugins: [tsconfigPaths({ projects: ['./tsconfig.test.json'] })],
plugins: [tsconfigPaths({ projects: ['./tsconfig.json'] })],
test: {
include: ['packages/*/tests/**/*.e2e.ts', 'examples/*/tests/**/*.e2e.ts'],
// Real model calls: generous timeouts, and retries for transient flakes