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

@@ -2,6 +2,7 @@
"extends": ["./tsconfig.json", "@n8n/typescript-config/tsconfig.build.json"],
"compilerOptions": {
"outDir": "dist",
"composite": true,
"tsBuildInfoFile": "dist/build.tsbuildinfo"
},
"include": [

View File

@@ -21,7 +21,8 @@
"utils/**/*.ts"
],
"references": [
{ "path": "../../workflow/tsconfig.build.json" },
{ "path": "../../core/tsconfig.build.json" }
{ "path": "../../core/tsconfig.build.json" },
{ "path": "../../nodes-base/tsconfig.build.json" },
{ "path": "../../workflow/tsconfig.build.json" }
]
}

View File

@@ -7,4 +7,5 @@ export default defineConfig({
dts: false,
bundle: false,
sourcemap: true,
silent: true,
});