Files
Agent-n8n/n8n-n8n-1.109.2/packages/@n8n/errors/tsconfig.json

13 lines
301 B
JSON
Raw Normal View History

2025-09-08 04:48:28 +08:00
{
"extends": "@n8n/typescript-config/tsconfig.common.json",
"compilerOptions": {
"rootDir": ".",
"types": ["node", "jest"],
"baseUrl": "src",
"tsBuildInfoFile": "dist/typecheck.tsbuildinfo",
"experimentalDecorators": true,
"emitDecoratorMetadata": true
},
"include": ["src/**/*.ts"]
}