dialogflow-nodejs-client icon indicating copy to clipboard operation
dialogflow-nodejs-client copied to clipboard

apiai package has outdated use of TypeScript definitions

Open philkunz opened this issue 8 years ago • 0 comments

/// <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...

philkunz avatar Jul 14 '17 14:07 philkunz