aboutsummaryrefslogtreecommitdiff
path: root/packages/ui/tsconfig.json
diff options
context:
space:
mode:
authorDhravya Shah <[email protected]>2024-07-25 17:35:15 -0500
committerDhravya Shah <[email protected]>2024-07-25 17:35:15 -0500
commitc57719446ae95c2bbd432d7b2b6648a23b35c351 (patch)
treec6f7aca777c7f4748cc6dc335fe56fba8725af02 /packages/ui/tsconfig.json
parentadd try catch in api/add for better error handling (diff)
parentughh, regenerated migrations. my bad. (diff)
downloadsupermemory-kush/experimental-thread.tar.xz
supermemory-kush/experimental-thread.zip
solve merge conflictskush/experimental-thread
Diffstat (limited to 'packages/ui/tsconfig.json')
-rw-r--r--packages/ui/tsconfig.json2
1 files changed, 1 insertions, 1 deletions
diff --git a/packages/ui/tsconfig.json b/packages/ui/tsconfig.json
index 2e64c120..55fbf930 100644
--- a/packages/ui/tsconfig.json
+++ b/packages/ui/tsconfig.json
@@ -4,5 +4,5 @@
"outDir": "dist"
},
"exclude": ["node_modules", "dist"],
- "include": ["shadcn", "icons", "hooks", "components"]
+ "include": ["shadcn", "icons", "hooks", "components", "types.d.ts"]
}