dokploy/apps/schedules/tsconfig.json

15 lines
281 B
JSON

{
"compilerOptions": {
"target": "ESNext",
"module": "ESNext",
"moduleResolution": "Node",
"strict": true,
"skipLibCheck": true,
"outDir": "dist",
"jsx": "react-jsx",
"jsxImportSource": "hono/jsx",
"declaration": false
},
"exclude": ["node_modules", "dist"]
}