Files
cachetdeco/tsconfig.json
2026-03-12 22:33:26 -04:00

12 lines
194 B
JSON

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