perf: parallelize local check gate

This commit is contained in:
Peter Steinberger
2026-04-20 13:55:48 +01:00
parent a1bd02fdfd
commit 46ae3d314a
14 changed files with 246 additions and 72 deletions

View File

@@ -1,5 +1,8 @@
{
"extends": "./tsconfig.json",
"compilerOptions": {
"tsBuildInfoFile": ".artifacts/tsgo-cache/core.tsbuildinfo"
},
"include": ["src/**/*", "ui/**/*", "packages/**/*"],
"exclude": ["node_modules", "dist", "**/dist/**", "**/*.test.ts", "**/*.test.tsx", "test/**"]
}