mirror of
https://github.com/papra-hq/papra.git
synced 2026-01-29 11:01:49 -06:00
15 lines
253 B
JSON
15 lines
253 B
JSON
{
|
|
"compilerOptions": {
|
|
"target": "ESNext",
|
|
"jsx": "react-jsx",
|
|
"jsxImportSource": "hono/jsx",
|
|
"lib": [
|
|
"ESNext"
|
|
],
|
|
"module": "ESNext",
|
|
"moduleResolution": "Bundler",
|
|
"strict": true,
|
|
"skipLibCheck": true
|
|
}
|
|
}
|