n8n/packages/testing/code-health/tsconfig.build.json
Declan Carroll 3922984b74
ci: Add rules engine and code health packages (no-changelog) (#27815)
Co-authored-by: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
2026-03-31 11:20:11 +00:00

4 lines
88 B
JSON

{
"extends": "./tsconfig.json",
"exclude": ["dist", "node_modules", "**/*.test.ts"]
}