Files
n8n_Demo/n8n-n8n-1.109.2/packages/@n8n/nodes-langchain/tsconfig.build.json
2025-09-08 04:48:28 +08:00

19 lines
420 B
JSON
Executable File

{
"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",
"test/**/*.ts",
"types/**/*.ts",
"utils/**/*.ts"
],
"exclude": ["nodes/**/*.test.ts", "test/**"]
}