astro-blog-theme-curve/tsconfig.json

7 lines
124 B
JSON
Raw Permalink Normal View History

2024-11-19 13:42:37 +00:00
{
"extends": "astro/tsconfigs/strict",
"compilerOptions": {
"jsx": "react-jsx",
"jsxImportSource": "react"
}
}