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

Document best practices for where to put the jsconfig.json/tsconfig.json #119

Closed
egamma opened this issue Jan 19, 2016 · 1 comment
Closed
Assignees

Comments

@egamma
Copy link
Member

egamma commented Jan 19, 2016

We lack guidance for where to put jsconfig.json file. Users sometimes have more than one project context inside a workspace, putting the jsconfig.json at the root results in adding all the files into a single project context. This can be both inefficient and result in unwanted completions suggestions for Intellisense.

The recommendation is to have a jsconfig.json at the root of each project inside your workspace. If the project has a src folder than this is the root and this is where the jsconfig.json should be put.

@egamma
Copy link
Member Author

egamma commented Jan 20, 2016

I made a PR #121 with some additional tips on the jsconfig setup.

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

1 participant