aboutsummaryrefslogtreecommitdiff
path: root/apps/web/tsconfig.json
diff options
context:
space:
mode:
authorDhravya Shah <[email protected]>2024-08-06 12:55:43 -0700
committerDhravya Shah <[email protected]>2024-08-06 12:55:43 -0700
commitbe05d4fe7f7bc8edc2aad18daecdb8e67f28b29f (patch)
treef24556e993ec21a3b6aa78ffadf418aa279511f4 /apps/web/tsconfig.json
parentuncomment (diff)
downloadsupermemory-be05d4fe7f7bc8edc2aad18daecdb8e67f28b29f.tar.xz
supermemory-be05d4fe7f7bc8edc2aad18daecdb8e67f28b29f.zip
posthog
Diffstat (limited to 'apps/web/tsconfig.json')
-rw-r--r--apps/web/tsconfig.json3
1 files changed, 2 insertions, 1 deletions
diff --git a/apps/web/tsconfig.json b/apps/web/tsconfig.json
index 7072be89..ac67adbb 100644
--- a/apps/web/tsconfig.json
+++ b/apps/web/tsconfig.json
@@ -19,7 +19,8 @@
".next/types/**/*.ts",
"../../packages/ui/",
"../../packages/shared-types",
- "./components"
+ "./components",
+ "app/providers.js"
],
"exclude": ["node_modules/"]
}