aboutsummaryrefslogtreecommitdiffstats
path: root/packages/benchmarks/tsconfig.json
diff options
context:
space:
mode:
authorMohamed Bassem <me@mbassem.com>2025-12-06 16:07:11 +0000
committerGitHub <noreply@github.com>2025-12-06 16:07:11 +0000
commit6180c6622c88ca33d0d387a50be9036429281598 (patch)
tree1df3e4143a489ada2f542896bf2f2ae392a727ca /packages/benchmarks/tsconfig.json
parentde98873a06a25084eb2d3bcabda158f23c081672 (diff)
downloadkarakeep-6180c6622c88ca33d0d387a50be9036429281598.tar.zst
chore: add benchmarks (#2229)
* chore: add benchmarks * upgrade deps * fixes * lint
Diffstat (limited to 'packages/benchmarks/tsconfig.json')
-rw-r--r--packages/benchmarks/tsconfig.json9
1 files changed, 9 insertions, 0 deletions
diff --git a/packages/benchmarks/tsconfig.json b/packages/benchmarks/tsconfig.json
new file mode 100644
index 00000000..ae9547cb
--- /dev/null
+++ b/packages/benchmarks/tsconfig.json
@@ -0,0 +1,9 @@
+{
+ "$schema": "https://json.schemastore.org/tsconfig",
+ "extends": "@karakeep/tsconfig/node.json",
+ "include": ["src/**/*.ts"],
+ "exclude": ["node_modules"],
+ "compilerOptions": {
+ "tsBuildInfoFile": "node_modules/.cache/tsbuildinfo.json"
+ }
+}