srx.astro.nix/tsconfig.json

8 lines
123 B
JSON
Raw Normal View History

2022-12-22 23:31:21 +01:00
{
"extends": "astro/tsconfigs/base",
"compilerOptions": {
"jsx": "react-jsx",
"jsxImportSource": "react"
}
2023-03-30 01:14:12 +02:00
}