mirror of
https://github.com/n8n-io/n8n.git
synced 2026-08-31 02:17:56 +08:00
9b2b78f8d5
Co-authored-by: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
8 lines
142 B
JSON
8 lines
142 B
JSON
{
|
|
"extends": "@n8n/typescript-config/tsconfig.backend.go.json",
|
|
"compilerOptions": {
|
|
"noEmit": true
|
|
},
|
|
"include": ["scripts/**/*.ts"]
|
|
}
|