-
Notifications
You must be signed in to change notification settings - Fork 1k
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
feat(cli): create TS configuration files in init
#3999
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The generated .ts
file in an existing angular app makes vs code to complain with
Export assignment cannot be used when targeting ECMAScript modules. Consider using 'export default' or another module format instead.
so probably not a good idea to default to the .ts file if it can cause problems or the .ts file should be changed to support angular apps.
Agreed, see #4031 |
#4031 is now merged. I think we should document |
not just document it, this PR should also use it on the initial .ts file creation |
No description provided.