electron-google-analytics
electron-google-analytics copied to clipboard
Added Typescript support
- added typescript dependency and
tsconfig.json - updated
.babelrcto compile typescript files - renamed
src/index.jstosrc/index.ts - added types to all paramaters
- when building, emits a type declaration in the
libdirectory - tests now build first and uses built file to run

Closes #26.