n8n/packages/testing/performance/tsconfig.json
Declan Carroll 1b6a3bd814
chore: Type-check @n8n/performance benchmarks (#32361)
Co-authored-by: Claude Opus 4.7 <noreply@anthropic.com>
2026-06-16 08:25:18 +00:00

11 lines
232 B
JSON

{
"extends": "../../../tsconfig.json",
"compilerOptions": {
"module": "esnext",
"moduleResolution": "bundler",
"types": ["node"]
},
"include": ["benchmarks/**/*.ts"],
"exclude": ["**/dist/**/*", "**/node_modules/**/*"]
}