electron-google-analytics icon indicating copy to clipboard operation
electron-google-analytics copied to clipboard

Added Typescript support

Open lekoaf opened this issue 5 years ago • 0 comments

  • added typescript dependency and tsconfig.json
  • updated .babelrc to compile typescript files
  • renamed src/index.js to src/index.ts
  • added types to all paramaters
  • when building, emits a type declaration in the lib directory
  • tests now build first and uses built file to run

tests

Closes #26.

lekoaf avatar Oct 01 '20 20:10 lekoaf