Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Introduce allowJs and checkJs compiler options #28

Open
peterblazejewicz opened this issue Dec 21, 2018 · 1 comment
Open

Introduce allowJs and checkJs compiler options #28

peterblazejewicz opened this issue Dec 21, 2018 · 1 comment

Comments

@peterblazejewicz
Copy link

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
Copy link
Owner

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!
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants