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

Allow using plain JavaScript with TypeScript ones. Closes #28

Open peterblazejewicz opened this issue 6 years ago • 0 comments

This change shows how to mix existing (legacy) JavaScript together with migrated (TypeScript) files

  • TS configuration changes for application and test
  • main entry points renamed to plain JS files
  • Karma plugin changes to support plain and TS files
  • Webpack configuration updates

Thanks!

peterblazejewicz avatar May 22 '19 18:05 peterblazejewicz