zapatos
zapatos copied to clipboard
table named "import" breaks generated types
I have a table named "import" that ends up generating the following invalid .d.ts:
export namespace import {
....
}
Hmm. I can see that this would happen. Unfortunately, I'm not sure there's any straightforward way to fix it.
hmm i think i'd either prefix/suffix to make it not a reserved word or add a config that allows you to provide an alternative name for a table