mirror of
https://github.com/n8n-io/n8n.git
synced 2026-05-24 13:25:26 +02:00
18 lines
530 B
JSON
18 lines
530 B
JSON
{
|
|
"extends": "@n8n/typescript-config/tsconfig.common.json",
|
|
"compilerOptions": {
|
|
"types": ["node", "jest"],
|
|
"tsBuildInfoFile": "dist/typecheck.tsbuildinfo",
|
|
"experimentalDecorators": true,
|
|
"emitDecoratorMetadata": true
|
|
},
|
|
"include": ["src/**/*.ts"],
|
|
"references": [
|
|
{ "path": "../../workflow/tsconfig.build.cjs.json" },
|
|
{ "path": "../config/tsconfig.build.json" },
|
|
{ "path": "../constants/tsconfig.build.json" },
|
|
{ "path": "../decorators/tsconfig.build.json" },
|
|
{ "path": "../di/tsconfig.build.json" }
|
|
]
|
|
}
|