That error happens probably because the alexa-voice-service's JS Files, do not have any .d.ts (typescript typings) files which are required by typescript to recognise any types within JS Files in alexa-voice-service. What are the content of node_modules/alex-voice-service ? Does this library has a number of .d.ts files inside ?