Capital/tsconfig.json

8 lines
127 B
JSON
Raw Normal View History

2024-01-20 15:19:15 +00:00
{
"extends": "astro/tsconfigs/strict",
"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
}