amiopen.now/tsconfig.json
2024-11-05 17:01:30 +01:00

7 lines
108 B
JSON

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