10 lines
171 B
JSON
10 lines
171 B
JSON
{
|
|
"compilerOptions": {
|
|
"strict": true,
|
|
"jsx": "react-jsx",
|
|
"jsxImportSource": "hono/jsx",
|
|
"module": "NodeNext",
|
|
"moduleResolution": "nodenext"
|
|
}
|
|
}
|