aboutsummaryrefslogtreecommitdiffstats
path: root/packages/shared/tsconfig.json
diff options
context:
space:
mode:
Diffstat (limited to 'packages/shared/tsconfig.json')
-rw-r--r--packages/shared/tsconfig.json2
1 files changed, 1 insertions, 1 deletions
diff --git a/packages/shared/tsconfig.json b/packages/shared/tsconfig.json
index 71bf61e7..d97c8ef4 100644
--- a/packages/shared/tsconfig.json
+++ b/packages/shared/tsconfig.json
@@ -1,6 +1,6 @@
{
"$schema": "https://json.schemastore.org/tsconfig",
- "extends": "@hoarder/tsconfig/node.json",
+ "extends": "@karakeep/tsconfig/node.json",
"include": ["**/*.ts"],
"exclude": ["node_modules"],
"compilerOptions": {