We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Everything works if I put my tsconfig.json in the workspace root directory.
tsconfig.json
However, this file is not recognized if it is in one of the subdirectory. e.g.: MySolution/MyVueProject/tsconfig.json.
MySolution/MyVueProject/tsconfig.json
That is to say, if I open MySolution in vs code, not work. However, it works if I open MyVueProject.
MySolution
MyVueProject
This directory structure works well with pure .ts file, the problem only exist with .vue file.
.ts
.vue
The text was updated successfully, but these errors were encountered:
Dup of #385 and #424
Sorry, something went wrong.
No branches or pull requests
Info
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 openMyVueProject
.This directory structure works well with pure
.ts
file, the problem only exist with.vue
file.The text was updated successfully, but these errors were encountered: