-
Notifications
You must be signed in to change notification settings - Fork 12k
Add possibility to move tsconfig.json (angular-cli.json) #862
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
Add possibility to move tsconfig.json (angular-cli.json) #862
Comments
Do you still have this? I'm running VSCode on CLI projects and it seems to be fine. I'll reopen if it still happens to you. |
@filipesilva moving tsconfig.json seems not working for me.
Stack trace is the same. Should I do something specific ? PS. I don't see problem in VSCode anymore, they fixed tsserver issue, but still having issue with moving |
Right you are, the location of |
Any updates ? |
Any help ? !! |
@filipesilva but how can we add this possibility? |
I don't think we'll be implementing this option as presented any time soon. Moving the tsconfig has serious implications in project compilation and it really should be at the root of the app. It's perfectly valid to have a tsconfig at any depth of a project as well, and a project can have several tsconfig files. That makes me think that the problem might be related to the editor rather than the project. There might also be other editor issues that manifest the way you are showing, for instance microsoft/vscode#9232 (I suffer from this one myself). |
This issue has been automatically locked due to inactivity. Read more about our automatic conversation locking policy. This action has been performed automatically by a bot. |
Uh oh!
There was an error while loading. Please reload this page.
So basically I have problems with editor like VSCode.
It expects to have tsconfig.json at the project root directory.
And it seems like CLI skips angular-cli.json tsconfig option
When I did that I've got next problem:
Mac OSX El Capitan
angular-cli: 1.0.0-beta.4
node: 5.7.1
os: darwin x64
3.
The text was updated successfully, but these errors were encountered: