tynder
tynder copied to clipboard
compile-as-ts excludes types with a number in their name
When I have a file with types that have a number in them, e.g. interface My3User
, those types are excluded from the generated const schema = { ... }
code in the output TypeScript. Probably something with this RegEx but I can't immediately tell what.
Oh and thanks for this interesting project!