aboutsummaryrefslogtreecommitdiffstats
path: root/tooling/typescript
diff options
context:
space:
mode:
authorMohamed Bassem <me@mbassem.com>2025-02-01 18:16:25 +0000
committerMohamed Bassem <me@mbassem.com>2025-02-01 18:16:25 +0000
commitfd7011aff5dd8ffde0fb10990da238f7baf9a814 (patch)
tree99df3086a838ee33c40722d803c05c45a3a22ae3 /tooling/typescript
parent0893446bed6cca753549ee8e3cf090f2fcf11d9d (diff)
downloadkarakeep-fd7011aff5dd8ffde0fb10990da238f7baf9a814.tar.zst
fix: Abort all IO when workers timeout instead of detaching. Fixes #742
Diffstat (limited to 'tooling/typescript')
-rw-r--r--tooling/typescript/node.json2
-rw-r--r--tooling/typescript/package.json2
2 files changed, 2 insertions, 2 deletions
diff --git a/tooling/typescript/node.json b/tooling/typescript/node.json
index aeda1ffd..288f6e63 100644
--- a/tooling/typescript/node.json
+++ b/tooling/typescript/node.json
@@ -1,6 +1,6 @@
{
"$schema": "https://json.schemastore.org/tsconfig",
- "extends": "@tsconfig/node21/tsconfig.json",
+ "extends": "@tsconfig/node22/tsconfig.json",
"include": ["**/*.ts"],
"exclude": ["node_modules", "build", "dist", ".next", ".expo"],
"compilerOptions": {
diff --git a/tooling/typescript/package.json b/tooling/typescript/package.json
index f4885014..885f8473 100644
--- a/tooling/typescript/package.json
+++ b/tooling/typescript/package.json
@@ -7,6 +7,6 @@
"node.json"
],
"devDependencies": {
- "@tsconfig/node21": "^21.0.1"
+ "@tsconfig/node22": "^22.0.0"
}
}