website: fix typescript warnings when running astro check
see https://github.com/withastro/astro/issues/10174#issuecomment-2026297879 for the why the tsconfig.json change
This commit is contained in:
@@ -7,6 +7,7 @@
|
||||
"@/*": ["src/*"]
|
||||
},
|
||||
"jsx": "react-jsx",
|
||||
"jsxImportSource": "react"
|
||||
"jsxImportSource": "react",
|
||||
"outDir": "dist"
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user