mirror of
https://github.com/n8n-io/n8n.git
synced 2026-08-28 17:22:01 +08:00
9b2b78f8d5
Co-authored-by: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
10 lines
225 B
JSON
10 lines
225 B
JSON
{
|
|
"extends": "@n8n/typescript-config/tsconfig.common.go.json",
|
|
"compilerOptions": {
|
|
"types": ["node", "vitest/globals"],
|
|
"experimentalDecorators": true,
|
|
"emitDecoratorMetadata": true
|
|
},
|
|
"include": ["src/**/*.ts"]
|
|
}
|