Capital/tsconfig.json
2024-01-22 01:06:43 +08:00

9 lines
165 B
JSON

{
"extends": "astro/tsconfigs/strict",
"exclude": ["./content", "./dist"],
"compilerOptions": {
"jsx": "react-jsx",
"jsxImportSource": "react",
},
}