astro-blog-theme-curve/tsconfig.json
2024-11-19 21:42:37 +08:00

7 lines
124 B
JSON

{
"extends": "astro/tsconfigs/strict",
"compilerOptions": {
"jsx": "react-jsx",
"jsxImportSource": "react"
}
}