mirror of
https://github.com/n8n-io/n8n.git
synced 2026-05-25 13:55:18 +02:00
15 lines
300 B
JSON
15 lines
300 B
JSON
{
|
|
"extends": [
|
|
"@n8n/typescript-config/tsconfig.common.json",
|
|
"@n8n/typescript-config/tsconfig.backend.json"
|
|
],
|
|
"compilerOptions": {
|
|
"target": "es2023",
|
|
"lib": ["es2023"],
|
|
"emitDecoratorMetadata": true,
|
|
"experimentalDecorators": true,
|
|
"types": ["node"]
|
|
},
|
|
"include": ["**/*.ts"]
|
|
}
|