You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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!
The text was updated successfully, but these errors were encountered:
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)
peterblazejewicz
added a commit
to peterblazejewicz/angularjs-typescript-webpack
that referenced
this issue
May 22, 2019
- 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!
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!
The text was updated successfully, but these errors were encountered: