socials/tsconfig.json
2026-07-11 20:46:41 +10:00

11 lines
177 B
JSON

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