xtablo-source/api/tsconfig.json
Arthur Belleville d1a00f175c
tmp api
2025-07-29 21:24:12 +02:00

17 lines
395 B
JSON

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