Capital/tsconfig.json

9 lines
165 B
JSON
Raw Normal View History

2024-01-20 15:19:15 +00:00
{
"extends": "astro/tsconfigs/strict",
2024-01-21 17:06:43 +00:00
"exclude": ["./content", "./dist"],
2024-01-20 15:19:15 +00:00
"compilerOptions": {
"jsx": "react-jsx",
2024-01-21 16:28:49 +00:00
"jsxImportSource": "react",
2024-01-21 02:34:27 +00:00
},
2024-01-21 16:28:49 +00:00
}