-
Notifications
You must be signed in to change notification settings - Fork 6
Ability to use tsconfig and src folder in different location #5
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
Comments
Ah yeah, that's a flexibility problem. It wants your config at the workspace root and also wants src at |
@dkulchenko If you want a quick hack for the meantime, search for your |
@dkulchenko And look at line #532 to hardcode a different location for |
That does the trick for now - thanks so much! Will wait eagerly for v2. |
Uh oh!
There was an error while loading. Please reload this page.
There is a tsconfig.json file in the project (
<workspace root>/code/front <- in here
). vue files in question are at<workspace root>/code/front/src/components/*.vue
.The text was updated successfully, but these errors were encountered: