soc_site-astro/tsconfig.json
2025-02-19 21:07:27 -06:00

10 lines
214 B
JSON

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