Files
n8n-enterprise-unlocked/packages/nodes-base/tsconfig.build.json
कारतोफ्फेलस्क्रिप्ट™ 58b1cee153 ci: Update project references for backend and nodes packages (no-changelog) (#14308)
2025-04-01 12:24:45 +02:00

18 lines
452 B
JSON

{
"extends": ["./tsconfig.json", "@n8n/typescript-config/tsconfig.build.json"],
"compilerOptions": {
"outDir": "dist",
"composite": true,
"tsBuildInfoFile": "dist/build.tsbuildinfo"
},
"include": [
"credentials/**/*.ts",
"credentials/translations/**/*.json",
"nodes/**/*.ts",
"nodes/**/*.json",
"types/**/*.ts",
"utils/**/*.ts"
],
"exclude": ["nodes/**/*.test.ts", "credentials/**/*.test.ts", "utils/**/*.test.ts", "test/**"]
}