ci: Update project references for backend and nodes packages (no-changelog) (#14308)

This commit is contained in:
कारतोफ्फेलस्क्रिप्ट™
2025-04-01 12:24:45 +02:00
committed by GitHub
parent 4bc1c1a547
commit 58b1cee153
6 changed files with 29 additions and 14 deletions

View File

@@ -20,12 +20,14 @@
},
"include": ["src/**/*.ts", "test/**/*.ts", "src/sso.ee/saml/saml-schema-metadata-2.0.xsd"],
"references": [
{ "path": "../workflow/tsconfig.build.json" },
{ "path": "../core/tsconfig.build.json" },
{ "path": "../nodes-base/tsconfig.build.json" },
{ "path": "../workflow/tsconfig.build.json" },
{ "path": "../@n8n/api-types/tsconfig.build.json" },
{ "path": "../@n8n/client-oauth2/tsconfig.build.json" },
{ "path": "../@n8n/config/tsconfig.build.json" },
{ "path": "../@n8n/di/tsconfig.build.json" },
{ "path": "../@n8n/nodes-langchain/tsconfig.build.json" },
{ "path": "../@n8n/permissions/tsconfig.build.json" }
]
}