update tsconfig
This commit is contained in:
parent
428ecf807b
commit
0d19b03250
1 changed files with 13 additions and 6 deletions
|
@ -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"
|
||||||
|
]
|
||||||
}
|
}
|
Loading…
Reference in a new issue