update tsconfig

This commit is contained in:
chark1es 2024-03-15 20:59:21 -07:00
parent 428ecf807b
commit 0d19b03250

View file

@ -1,7 +1,14 @@
{ {
"extends": "astro/tsconfigs/base", "extends": "astro/tsconfigs/base",
"compilerOptions": { "compilerOptions": {
"allowSyntheticDefaultImports": true "allowSyntheticDefaultImports": true,
"jsx": "react-jsx",
"jsxImportSource": "preact"
}, },
"exclude": ["node_modules", "**/node_modules/*", ".vscode", "dist"] "exclude": [
"node_modules",
"**/node_modules/*",
".vscode",
"dist"
]
} }