chore: Add missing project reference from core to @n8n/decorators (#15393)

This commit is contained in:
Iván Ovejero
2025-05-14 18:16:33 +02:00
committed by GitHub
parent 71e5584d28
commit 65c07f1d71

View File

@@ -19,6 +19,7 @@
"include": ["src/**/*.ts", "test/**/*.ts"],
"references": [
{ "path": "../workflow/tsconfig.build.json" },
{ "path": "../@n8n/decorators/tsconfig.build.json" },
{ "path": "../@n8n/config/tsconfig.build.json" },
{ "path": "../@n8n/di/tsconfig.build.json" },
{ "path": "../@n8n/client-oauth2/tsconfig.build.json" }