soc_site-astro/tsconfig.json

13 lines
No EOL
220 B
JSON

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