Truebase-com / TruthStack

Monorepo for the Truth technology stack.
10 stars 1 forks source link

MakeJS missing types #9

Closed kaaninel closed 5 years ago

kaaninel commented 5 years ago

Typescript compiler was throwing errors because of some dependencies without types.

  1. semver ( missing typings )
  2. fs-extra ( missing typings )
  3. puppeteer (missing dom declarations)