summaryrefslogtreecommitdiffhomepage
path: root/app/packages/web/tsconfig.json
diff options
context:
space:
mode:
authorJay V <[email protected]>2025-05-26 17:25:06 -0400
committerJay V <[email protected]>2025-05-26 17:25:12 -0400
commit66b18959ebc7b699a74ce69d3adfb4c4dcaa5fd1 (patch)
tree5ef9340b1c496076dd1e12156fdc35c3f3c35933 /app/packages/web/tsconfig.json
parentdeacf5991abfb777aae7823a8e7e352fbefdabd0 (diff)
downloadopencode-66b18959ebc7b699a74ce69d3adfb4c4dcaa5fd1.tar.gz
opencode-66b18959ebc7b699a74ce69d3adfb4c4dcaa5fd1.zip
Merging docs and share app
Diffstat (limited to 'app/packages/web/tsconfig.json')
-rw-r--r--app/packages/web/tsconfig.json14
1 files changed, 4 insertions, 10 deletions
diff --git a/app/packages/web/tsconfig.json b/app/packages/web/tsconfig.json
index 249b2732a..973603872 100644
--- a/app/packages/web/tsconfig.json
+++ b/app/packages/web/tsconfig.json
@@ -1,15 +1,9 @@
{
+ "extends": "astro/tsconfigs/strict",
+ "include": [".astro/types.d.ts", "**/*"],
+ "exclude": ["dist"],
"compilerOptions": {
- "strict": true,
- "target": "ESNext",
- "module": "ESNext",
- "moduleResolution": "node",
- "allowSyntheticDefaultImports": true,
- "esModuleInterop": true,
"jsx": "preserve",
- "jsxImportSource": "solid-js",
- "types": ["vite/client"],
- "noEmit": true,
- "isolatedModules": true
+ "jsxImportSource": "solid-js"
}
}