This repository has been archived by the owner on Jun 11, 2020. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 149
Definition files in sub folders are not detected #45
Comments
this is tracked by #3 |
I should add that PRs are always welcomed |
It is not entirely the same. #3 is about a structure for maintaining typings for multiple versions of a library. This issue is about supporting definitions that are split into multiple files with some of the files in a sub-folder |
ah i see. |
Closed by #53 |
ghost
closed this as completed
Jul 12, 2016
This issue was closed.
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
When the definition-parser scans for .d.ts files, it should also look in sub-folders.
https://github.com/Microsoft/types-publisher/blob/master/src/lib/definition-parser.ts#L74
This affects react-router and other modules. See microsoft/TypeScript#9488
The text was updated successfully, but these errors were encountered: