Files
Agent-n8n/n8n-n8n-1.109.2/packages/@n8n/benchmark/tsconfig.json
2025-09-08 04:48:28 +08:00

15 lines
247 B
JSON
Executable File

{
"extends": [
"@n8n/typescript-config/tsconfig.common.json",
"@n8n/typescript-config/tsconfig.backend.json"
],
"compilerOptions": {
"rootDir": ".",
"baseUrl": "src",
"paths": {
"@/*": ["./*"]
}
},
"include": ["src/**/*.ts"]
}