Capital/tsconfig.json

10 lines
164 B
JSON
Raw Normal View History

2024-01-20 15:19:15 +00:00
{
"extends": "astro/tsconfigs/strict",
"compilerOptions": {
"jsx": "react-jsx",
"jsxImportSource": "react"
2024-01-21 02:34:27 +00:00
},
"paths": {
"@/*": ["src/*"],
2024-01-20 15:19:15 +00:00
}
}