dialogflow / dialogflow-nodejs-client

Node.js SDK for Dialogflow
Apache License 2.0
659 stars 287 forks source link

apiai package has outdated use of TypeScript definitions #74

Open philkunz opened 7 years ago

philkunz commented 7 years ago
/// <reference types="typescript" />
/// <reference types="node" />

you should remove that as this is not scope of package but of the environment and makes no sense + leads to unnecessary compile errors...