n8n/packages/@n8n/task-runner/tsconfig.json
Matsu 9b2b78f8d5
chore: Migrate the rest of packages/@n8n to typescript 7 (#34332)
Co-authored-by: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
2026-07-17 10:45:58 +03:00

16 lines
340 B
JSON

{
"extends": [
"@n8n/typescript-config/tsconfig.common.go.json",
"@n8n/typescript-config/tsconfig.backend.go.json"
],
"compilerOptions": {
"emitDecoratorMetadata": true,
"experimentalDecorators": true,
"types": ["node", "vitest/globals", "vite/client"],
"paths": {
"@/*": ["./src/*"]
}
},
"include": ["src/**/*.ts"]
}