soc_site-astro/tsconfig.json
2025-01-11 15:38:03 -06:00

13 lines
271 B
JSON

{
"extends": "astro/tsconfigs/strict",
"include": [".astro/types.d.ts", "**/*"],
"exclude": ["dist"],
"compilerOptions": {
"jsx": "react-jsx",
"jsxImportSource": "react",
"baseUrl": "src",
"paths": {
"@/graphql/*": ["graphql/*"]
}
}
}