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

Support tsconfig.json in the subdirectory. #553

Closed
3 tasks done
huww98 opened this issue Nov 19, 2017 · 1 comment
Closed
3 tasks done

Support tsconfig.json in the subdirectory. #553

huww98 opened this issue Nov 19, 2017 · 1 comment

Comments

@huww98
Copy link

huww98 commented Nov 19, 2017

  • I have searched through existing issues
  • I have read through docs
  • I have read FAQ

Info

  • Platform: Win
  • Vetur version: 0.11.3
  • VS Code version: 1.18.1

Problem

Everything works if I put my tsconfig.json in the workspace root directory.

However, this file is not recognized if it is in one of the subdirectory. e.g.: MySolution/MyVueProject/tsconfig.json.

That is to say, if I open MySolution in vs code, not work. However, it works if I open MyVueProject.

image

This directory structure works well with pure .ts file, the problem only exist with .vue file.

@HerringtonDarkholme
Copy link
Member

Dup of #385 and #424

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants