ctix
ctix copied to clipboard
File name is changed when it contains a hyphen
I have this structure
src
| - array-utils.ts
When I run ctix build --mode create -p ./tsconfig.json --start-from ./src --overwrite true with v2.7.1, it generates
export * from './arrayUtils';
This is wrong and doesn't work It should generate
export * from './array-utils';
@Woodz Thank you for your feedback. I will check it.