angularjs-typescript-webpack icon indicating copy to clipboard operation
angularjs-typescript-webpack copied to clipboard

Introduce `allowJs` and `checkJs` compiler options

Open peterblazejewicz opened this issue 6 years ago • 1 comments

The common scenario is to migrate existing code to TS and start with TSC to compile/check existing code before switching completely to TS. Have you considered adding that option, so it could be used when migrating code to Angular?

Thanks!

peterblazejewicz avatar Dec 21 '18 21:12 peterblazejewicz

It's possible I guess, but it would take quite an effort to update all of the webpack configuration to support js and ts simultaneously, unfortunately I don't have time for that, any PR would be welcome of course)

vsternbach avatar May 21 '19 21:05 vsternbach