resize-img-api/tsconfig.json
2024-03-25 11:17:19 +02:00

8 lines
109 B
JSON

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