Just found this project and trying it from NPM today. Had to use an older version (1.13.0) due to the latest release producing an error with Visual Studio and Typescript - the package.json file for version 1.14.0 says there is a index.d.ts file in the package to use for typings but this file is missing from the bundle on NPM.
Version 1.13.0 does not have the save issue - the package also lacks a typings .d.ts file but the package.json in that package doesn't declare that the package contains any typings.
Just found this project and trying it from NPM today. Had to use an older version (1.13.0) due to the latest release producing an error with Visual Studio and Typescript - the package.json file for version 1.14.0 says there is a index.d.ts file in the package to use for typings but this file is missing from the bundle on NPM.
Version 1.13.0 does not have the save issue - the package also lacks a typings .d.ts file but the package.json in that package doesn't declare that the package contains any typings.