VermontDepartmentOfHealth / covid-bot

A knowledge base & automated chatbot from the Vermont Department of Health with info for the COVID-19 response
https://vermontdepartmentofhealth.github.io/covid-bot/
MIT License
3 stars 2 forks source link

convert faq and tools to typescript #52

Open KyleMit opened 4 years ago

KyleMit commented 4 years ago

update node modules to be built and consume typescript

this should fix the fact that when passing an instance of the kb-node-client to a function, we lose intellisense because we can't explicitly type the incoming parameters (without duplicating a lot of work in jsdoc comments).