socials/tsconfig.json
2026-07-14 00:30:56 +10:00

11 lines
174 B
JSON

{
"extends": "astro/tsconfigs/strict",
"compilerOptions": {
"jsx": "react-jsx",
"jsxImportSource": "react",
"paths": {
"@/*": ["./src/*"],
"*": ["./"]
}
}
}