s-panferov / awesome-typescript-loader

Awesome TypeScript loader for webpack
Other
2.35k stars 181 forks source link

Npm install breaks - JSDoc types can only be used inside documentation comments. #639

Open actionfoggi opened 5 years ago

actionfoggi commented 5 years ago

Hi,

npm install is breaking since the dependency types/chai 4.2.0 only compiles with typescript versions > 3.0.0

Screenshot 2019-08-12 at 13 35 21

Would it be possible to update the typescript version in devDependencies to > 3.0.0?

Related chai PR -> https://github.com/DefinitelyTyped/DefinitelyTyped/pull/37451

Steps to reproduce:

  1. Clone repo
  2. cd into repo
  3. npm i