vsternbach / angularjs-typescript-webpack

AngularJS 1.7, typescript 3 and webpack 4 starter project based on angular tutorial
147 stars 43 forks source link

Introduce `allowJs` and `checkJs` compiler options #28

Open peterblazejewicz opened 5 years ago

peterblazejewicz commented 5 years ago

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!

vsternbach commented 5 years ago

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)