amiopen.now/tsconfig.json
2024-11-20 16:21:41 +01:00

8 lines
101 B
JSON

{
"compilerOptions": {
"strict": true,
"jsx": "react-jsx",
"jsxImportSource": "hono/jsx"
}
}