0
Fork 0
mirror of https://github.com/withastro/astro.git synced 2025-02-17 22:44:24 -05:00
astro/packages/db/test/fixtures/ticketing-example/tsconfig.json
2024-01-24 16:35:48 -06:00

7 lines
No EOL
125 B
JSON

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