aboutsummaryrefslogtreecommitdiffstats
path: root/packages/api/tsconfig.json
diff options
context:
space:
mode:
Diffstat (limited to 'packages/api/tsconfig.json')
-rw-r--r--packages/api/tsconfig.json13
1 files changed, 13 insertions, 0 deletions
diff --git a/packages/api/tsconfig.json b/packages/api/tsconfig.json
new file mode 100644
index 00000000..0036ccfa
--- /dev/null
+++ b/packages/api/tsconfig.json
@@ -0,0 +1,13 @@
+{
+ "$schema": "https://json.schemastore.org/tsconfig",
+ "extends": "@karakeep/tsconfig/node.json",
+ "include": [
+ "**/*.ts"
+ ],
+ "exclude": [
+ "node_modules"
+ ],
+ "compilerOptions": {
+ "tsBuildInfoFile": "node_modules/.cache/tsbuildinfo.json"
+ }
+}