summaryrefslogtreecommitdiffhomepage
path: root/cloud/web/tsconfig.json
diff options
context:
space:
mode:
authorFrank <[email protected]>2025-08-29 23:32:17 -0400
committerFrank <[email protected]>2025-08-29 23:32:17 -0400
commit37f284f9a97d3354143d64fc76c2eb9f7d9ccf9e (patch)
tree053db9abcb2178c71b22ebeadd07f920750ef5d2 /cloud/web/tsconfig.json
parent0178eab29bda2f1b37a29543cd313ede48ad3977 (diff)
downloadopencode-37f284f9a97d3354143d64fc76c2eb9f7d9ccf9e.tar.gz
opencode-37f284f9a97d3354143d64fc76c2eb9f7d9ccf9e.zip
wip: cloud
Diffstat (limited to 'cloud/web/tsconfig.json')
-rw-r--r--cloud/web/tsconfig.json12
1 files changed, 0 insertions, 12 deletions
diff --git a/cloud/web/tsconfig.json b/cloud/web/tsconfig.json
deleted file mode 100644
index 98d5b9cea..000000000
--- a/cloud/web/tsconfig.json
+++ /dev/null
@@ -1,12 +0,0 @@
-{
- "$schema": "https://json.schemastore.org/tsconfig",
- "extends": "@tsconfig/node22/tsconfig.json",
- "compilerOptions": {
- "jsx": "preserve",
- "jsxImportSource": "solid-js",
- "module": "esnext",
- "moduleResolution": "bundler",
- "lib": ["ESNext", "DOM", "DOM.Iterable"],
- "types": ["vite/client"]
- }
-}