xtablo-source/api/tsconfig.json
Arthur Belleville 0b1f1158dd
Fix configs
2025-09-23 22:14:02 +02:00

14 lines
297 B
JSON

{
"compilerOptions": {
"target": "ESNext",
"module": "NodeNext",
"strict": true,
"verbatimModuleSyntax": true,
"skipLibCheck": true,
"types": ["node"],
"jsx": "react-jsx",
"jsxImportSource": "hono/jsx",
"outDir": "./dist"
},
"exclude": ["node_modules"]
}