xtablo-source/api/tsconfig.json

14 lines
253 B
JSON
Raw Normal View History

2025-06-23 09:34:30 +00:00
{
"compilerOptions": {
"target": "ESNext",
"module": "ESNext",
"moduleResolution": "Bundler",
"strict": true,
"skipLibCheck": true,
"lib": [
"ESNext"
],
"jsx": "react-jsx",
"jsxImportSource": "hono/jsx"
},
}