Files
illusory-mapp/apps/processor/tsconfig.json
2026-02-28 14:50:04 +02:00

7 lines
108 B
JSON

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