aboutsummaryrefslogtreecommitdiff
path: root/apps/web/tsconfig.json
diff options
context:
space:
mode:
authorDhravya <[email protected]>2024-03-30 14:50:42 -0700
committerDhravya <[email protected]>2024-03-30 14:50:42 -0700
commit2e6d1ce574d446c425fc29154b2f55ce5060185e (patch)
treef713b4feed078d3de5b70f3e1c2d1a10542fa9a0 /apps/web/tsconfig.json
parentadded policy (diff)
downloadarchived-supermemory-2e6d1ce574d446c425fc29154b2f55ce5060185e.tar.xz
archived-supermemory-2e6d1ce574d446c425fc29154b2f55ce5060185e.zip
fix: hot update in dev mode! FINALLY
Diffstat (limited to 'apps/web/tsconfig.json')
-rw-r--r--apps/web/tsconfig.json7
1 files changed, 2 insertions, 5 deletions
diff --git a/apps/web/tsconfig.json b/apps/web/tsconfig.json
index 010fe118..7b285893 100644
--- a/apps/web/tsconfig.json
+++ b/apps/web/tsconfig.json
@@ -19,11 +19,8 @@
],
"paths": {
"@/*": ["./src/*"]
- },
- "types": [
- "@cloudflare/workers-types/2023-07-01"
- ]
+ }
},
"include": ["next-env.d.ts", "**/*.ts", "**/*.tsx", ".next/types/**/*.ts"],
"exclude": ["node_modules"]
-} \ No newline at end of file
+}