I would like to use npm module in Typescript project but there is no typings or tsd for this module. When I try use import Module from \'module\' I had an error
import Module from \'module\'
By example: npm install numwords
Then added the import the .ts file: import * as numwords from 'num-words';
And then the usage: console.log((numwords(5));