fix: update recurringGroupId assignment and improve type definitions in helpers

This commit is contained in:
Jose Selesan
2026-06-26 14:58:40 -03:00
parent c7e685ea08
commit ab69711e87
7 changed files with 33 additions and 14 deletions

View File

@@ -15,8 +15,10 @@
"./src/*"
]
},
"rootDir": "./src",
"outDir": "./dist",
"jsx": "react-jsx",
"jsxImportSource": "hono/jsx"
}
},
"include": ["src"]
}