feat: Add n8n-benchmark cli (no-changelog) (#10410)

This commit is contained in:
Tomi Turtiainen
2024-08-22 11:33:11 +03:00
committed by GitHub
parent 9fe6a71690
commit ea6ca04a7f
25 changed files with 1159 additions and 161 deletions

View File

@@ -0,0 +1,9 @@
{
"extends": ["./tsconfig.json", "../../../tsconfig.build.json"],
"compilerOptions": {
"rootDir": "src",
"outDir": "dist",
"tsBuildInfoFile": "dist/build.tsbuildinfo"
},
"include": ["src/**/*.ts"]
}