Files
papra/apps/papra-server/tsconfig.json
2025-01-04 14:27:40 +01:00

15 lines
253 B
JSON

{
"compilerOptions": {
"target": "ESNext",
"jsx": "react-jsx",
"jsxImportSource": "hono/jsx",
"lib": [
"ESNext"
],
"module": "ESNext",
"moduleResolution": "Bundler",
"strict": true,
"skipLibCheck": true
}
}