link-shortner/tsconfig.json

7 lines
108 B
JSON
Raw Permalink Normal View History

2024-03-09 16:01:35 +01:00
{
"compilerOptions": {
"strict": true,
"jsx": "react-jsx",
"jsxImportSource": "hono/jsx"
}
}