mirror of
https://github.com/n8n-io/n8n.git
synced 2026-08-28 17:22:01 +08:00
e34343b4a0
Co-authored-by: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
25 lines
498 B
JSON
25 lines
498 B
JSON
{
|
|
"extends": ["./tsconfig.json", "@n8n/typescript-config/modern/tsconfig.cjs.go.json"],
|
|
"compilerOptions": {
|
|
"outDir": "dist"
|
|
},
|
|
"include": [
|
|
"credentials/**/*.ts",
|
|
"credentials/translations/**/*.json",
|
|
"nodes/**/*.ts",
|
|
"nodes/**/*.json",
|
|
"types/**/*.ts",
|
|
"utils/**/*.ts"
|
|
],
|
|
"exclude": [
|
|
"node_modules",
|
|
"nodes/**/*.test.ts",
|
|
"nodes/**/test/**",
|
|
"credentials/**/*.test.ts",
|
|
"credentials/**/test/**",
|
|
"utils/**/*.test.ts",
|
|
"test/**",
|
|
"../core/nodes-testing"
|
|
]
|
|
}
|