aboutsummaryrefslogtreecommitdiff
path: root/apps/web/tsconfig.json
diff options
context:
space:
mode:
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",