Files
Agent-n8n/n8n-n8n-1.109.2/packages/workflow/tsconfig.build.cjs.json
2025-09-08 04:48:28 +08:00

11 lines
270 B
JSON
Executable File

{
"extends": ["./tsconfig.json", "@n8n/typescript-config/modern/tsconfig.cjs.json"],
"compilerOptions": {
"rootDir": "src",
"outDir": "dist/cjs",
"tsBuildInfoFile": "dist/cjs/typecheck.tsbuildinfo"
},
"include": ["src/**/*.ts"],
"exclude": ["node_modules"]
}