aboutsummaryrefslogtreecommitdiff
path: root/apps/web/tsconfig.json
diff options
context:
space:
mode:
authorDhravya Shah <[email protected]>2025-01-23 19:05:33 -0700
committerDhravya Shah <[email protected]>2025-01-23 19:05:33 -0700
commit12b26382094c0faf27bfb94ec50564e966a22993 (patch)
tree1841c3a6d59dd662e3c065422fe01ba4937008be /apps/web/tsconfig.json
parentimport tools: CSV and markdown (obsidian) (diff)
downloadsupermemory-chunking-and-retrieval.tar.xz
supermemory-chunking-and-retrieval.zip
De duplication and updating chunkschunking-and-retrieval
Diffstat (limited to 'apps/web/tsconfig.json')
-rw-r--r--apps/web/tsconfig.json2
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/web/tsconfig.json b/apps/web/tsconfig.json
index 47889f62..80362c5c 100644
--- a/apps/web/tsconfig.json
+++ b/apps/web/tsconfig.json
@@ -10,7 +10,7 @@
],
"compilerOptions": {
"lib": ["DOM", "DOM.Iterable", "ES2022"],
- "types": ["@remix-run/cloudflare", "vite/client", "@cloudflare/workers-types/2023-07-01", "chrome"],
+ "types": ["@remix-run/cloudflare", "vite/client", "@cloudflare/workers-types/2023-07-01", "chrome" ],
"isolatedModules": true,
"esModuleInterop": true,
"jsx": "react-jsx",