slovocast/app/tsconfig.json

7 lines
108 B
JSON
Raw Normal View History

2024-03-02 16:48:37 +00:00
{
"compilerOptions": {
"strict": true,
"jsx": "react-jsx",
"jsxImportSource": "hono/jsx"
}
}