mirror of
https://github.com/Abdulazizzn/n8n-enterprise-unlocked.git
synced 2025-12-23 04:39:08 +00:00
chore: Add missing project reference from core to @n8n/decorators (#15393)
This commit is contained in:
@@ -19,6 +19,7 @@
|
|||||||
"include": ["src/**/*.ts", "test/**/*.ts"],
|
"include": ["src/**/*.ts", "test/**/*.ts"],
|
||||||
"references": [
|
"references": [
|
||||||
{ "path": "../workflow/tsconfig.build.json" },
|
{ "path": "../workflow/tsconfig.build.json" },
|
||||||
|
{ "path": "../@n8n/decorators/tsconfig.build.json" },
|
||||||
{ "path": "../@n8n/config/tsconfig.build.json" },
|
{ "path": "../@n8n/config/tsconfig.build.json" },
|
||||||
{ "path": "../@n8n/di/tsconfig.build.json" },
|
{ "path": "../@n8n/di/tsconfig.build.json" },
|
||||||
{ "path": "../@n8n/client-oauth2/tsconfig.build.json" }
|
{ "path": "../@n8n/client-oauth2/tsconfig.build.json" }
|
||||||
|
|||||||
Reference in New Issue
Block a user