aboutsummaryrefslogtreecommitdiffstats
path: root/packages/db/tsconfig.json
diff options
context:
space:
mode:
Diffstat (limited to 'packages/db/tsconfig.json')
-rw-r--r--packages/db/tsconfig.json7
1 files changed, 3 insertions, 4 deletions
diff --git a/packages/db/tsconfig.json b/packages/db/tsconfig.json
index cf49c407..59982ea1 100644
--- a/packages/db/tsconfig.json
+++ b/packages/db/tsconfig.json
@@ -1,11 +1,10 @@
{
"$schema": "https://json.schemastore.org/tsconfig",
- "extends": "@tsconfig/node21/tsconfig.json",
+ "extends": "@hoarder/tsconfig/node.json",
"include": ["**/*.ts"],
"exclude": ["node_modules"],
"compilerOptions": {
- "module": "ESNext",
- "moduleResolution": "node",
- "esModuleInterop": true
+ "baseUrl" : ".",
+ "tsBuildInfoFile": "node_modules/.cache/tsbuildinfo.json"
}
}