mirror of
https://github.com/n8n-io/n8n.git
synced 2026-07-28 11:35:03 +02:00
11 lines
232 B
JSON
11 lines
232 B
JSON
{
|
|
"extends": "../../../tsconfig.json",
|
|
"compilerOptions": {
|
|
"module": "esnext",
|
|
"moduleResolution": "bundler",
|
|
"types": ["node"]
|
|
},
|
|
"include": ["benchmarks/**/*.ts"],
|
|
"exclude": ["**/dist/**/*", "**/node_modules/**/*"]
|
|
}
|