Closed kcjmowright closed 8 years ago
Found an issue with my fix where the module defined doesn't match the reference:
declare module 'fm-icons' {
export * from 'fm-icons/application-object'; //<= error TS2307: Cannot find module 'fm-icons/application-object'.
}
declare module 'fm-icons/application-object/index' {
...
}
Closing PR for now.
If file is a directory then assume that what is meant is the index file in the directory.
Resolves Issue 38