resize-img-api/tsconfig.json

8 lines
109 B
JSON
Raw Normal View History

2024-03-25 10:17:19 +01:00
{
"compilerOptions": {
"strict": true,
"jsx": "react-jsx",
"jsxImportSource": "hono/jsx"
}
}