Open Samuel-Morgan-Tyghe opened 1 month ago
@Samuel-Morgan-Tyghe Hi,
Can you provide reproducable repo?
In the sandbox i have added "skipEmptyDir":false,
which i assume makes an index.ts file for every directory including empty ones.
previous cti would create an index file in both /src/ and /src/components despite not exporting anything from these folders
usecase should be
i should be able to breakdown by folders IE @Src/components = src/components/index.ts that imports/exports src/components/firstcomponent/index.ts +src/components/secondcomponent/index.ts
If i have a
parentfolder
ofchildfolders
then it should create anindex.ts
file on that level?If this isn't the intended purpose of
skipEmptyDir
can we add one to make it backwards compatible withcreate-ts-index.
It's a migration blocker