n8n/packages/@n8n/agents/tsconfig.json
Matsu 73c02cb1c2
chore(core): Migrate @n8n/agents from Jest to Vitest (no-changelog) (#31529)
Co-authored-by: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
2026-06-02 09:17:03 +00:00

10 lines
254 B
JSON

{
"extends": "@n8n/typescript-config/tsconfig.common.json",
"compilerOptions": {
"types": ["node", "vitest/globals"],
"tsBuildInfoFile": "dist/typecheck.tsbuildinfo"
},
"include": ["src/**/*.ts"],
"exclude": ["dist/**/*", "node_modules/**/*"]
}