mirror of
https://github.com/n8n-io/n8n.git
synced 2026-08-29 01:39:24 +08:00
9b2b78f8d5
Co-authored-by: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
10 lines
233 B
JSON
10 lines
233 B
JSON
{
|
|
"extends": "@n8n/typescript-config/tsconfig.common.go.json",
|
|
"compilerOptions": {
|
|
"composite": true,
|
|
"declaration": true,
|
|
"tsBuildInfoFile": "${configDir}/dist/backend.tsbuildinfo"
|
|
},
|
|
"include": ["src/backend/**/*.ts"]
|
|
}
|