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

Change default tsconfig.json path to src/tsconfig.app.json #1

Merged
merged 1 commit into from
Apr 1, 2017

Conversation

beeman
Copy link
Contributor

@beeman beeman commented Apr 1, 2017

The path src/tsconfig.json does not exist anymore in an app created by Angular CLI.

It has changed to src/tsconfig.app.json resulting in the error below when trying to follow the installation steps described in the blog post.

 FAIL  src/app/app.component.spec.ts
  ● Test suite failed to run

    ENOENT: no such file or directory, open '/path/to/angular-cli-jest/src/tsconfig.json'

Copy link
Owner

@thymikee thymikee left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Yup, that's a reasonable change! Thank you

@thymikee thymikee merged commit 04e2904 into thymikee:master Apr 1, 2017
@thymikee
Copy link
Owner

thymikee commented Apr 1, 2017

I believe this resolves the issue from your tweet?

@beeman
Copy link
Contributor Author

beeman commented Apr 1, 2017

Thanks for merging :)!

I don't think it fixes it, I will check in a bit.

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

Successfully merging this pull request may close these issues.

2 participants