sandbox-agent/frontend/packages/website/tsconfig.json
2026-01-28 01:44:19 -08:00

7 lines
125 B
JSON

{
"extends": "astro/tsconfigs/strict",
"compilerOptions": {
"jsx": "react-jsx",
"jsxImportSource": "react"
}
}