mirror of
https://github.com/n8n-io/n8n.git
synced 2026-07-28 11:35:03 +02:00
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"]
|
|
}
|