mirror of
https://github.com/Abdulazizzn/n8n-enterprise-unlocked.git
synced 2025-12-17 10:02:05 +00:00
ci: Update project references for backend and nodes packages (no-changelog) (#14308)
This commit is contained in:
committed by
GitHub
parent
4bc1c1a547
commit
58b1cee153
@@ -2,6 +2,7 @@
|
||||
"extends": ["./tsconfig.json", "@n8n/typescript-config/tsconfig.build.json"],
|
||||
"compilerOptions": {
|
||||
"outDir": "dist",
|
||||
"composite": true,
|
||||
"tsBuildInfoFile": "dist/build.tsbuildinfo"
|
||||
},
|
||||
"include": [
|
||||
|
||||
@@ -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" }
|
||||
]
|
||||
}
|
||||
|
||||
@@ -7,4 +7,5 @@ export default defineConfig({
|
||||
dts: false,
|
||||
bundle: false,
|
||||
sourcemap: true,
|
||||
silent: true,
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user