Files
dynamic-sites-simple/tsconfig.json
2026-04-17 16:08:31 -05:00

13 lines
251 B
JSON

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