diff options
| author | Dhravya <[email protected]> | 2024-03-30 14:50:42 -0700 |
|---|---|---|
| committer | Dhravya <[email protected]> | 2024-03-30 14:50:42 -0700 |
| commit | 2e6d1ce574d446c425fc29154b2f55ce5060185e (patch) | |
| tree | f713b4feed078d3de5b70f3e1c2d1a10542fa9a0 /apps/web/tsconfig.json | |
| parent | added policy (diff) | |
| download | archived-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.json | 7 |
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 +} |