summaryrefslogtreecommitdiffhomepage
path: root/app/packages/web/tsconfig.json
diff options
context:
space:
mode:
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"
}
}