angularjs-typescript-webpack
angularjs-typescript-webpack copied to clipboard
Allow using plain JavaScript with TypeScript ones. Closes #28
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!