Open JoyNop opened 4 years ago
@JoyNop you can do a workaround to use in typescript project, declare a module in typings like that
declare module "react-timeline-gantt";
Hi Renny, Yes I am.I will look into .
On Thu, Nov 14, 2019 at 9:40 PM Mihai Starniciuc notifications@github.com wrote:
@JoyNop https://github.com/JoyNop you can do a workaround to use in typescript project, declare a module in typings like that declare module "react-timeline-gantt";
— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub https://github.com/guiqui/react-timeline-gantt/issues/39?email_source=notifications&email_token=ADMV2DVYE32XJ374DSJUYS3QTUFHVA5CNFSM4JL7TZO2YY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOEEBBGCY#issuecomment-553784075, or unsubscribe https://github.com/notifications/unsubscribe-auth/ADMV2DVHRCNP563R6M2BWD3QTUFHVANCNFSM4JL7TZOQ .
I am very excited about this. 😃
Hi Renny, Yes I am.I will look into . … On Thu, Nov 14, 2019 at 9:40 PM Mihai Starniciuc @.***> wrote: @JoyNop https://github.com/JoyNop you can do a workaround to use in typescript project, declare a module in typings like that declare module "react-timeline-gantt"; — You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub <#39?email_source=notifications&email_token=ADMV2DVYE32XJ374DSJUYS3QTUFHVA5CNFSM4JL7TZO2YY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOEEBBGCY#issuecomment-553784075>, or unsubscribe https://github.com/notifications/unsubscribe-auth/ADMV2DVHRCNP563R6M2BWD3QTUFHVANCNFSM4JL7TZOQ .
Currently adding typescript in my fork https://github.com/TheTechCompany/react-timeline-gantt
RT
Are you considering adding support for typescript?