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

files/dirs that start with a dot (.) not be checked on take over mode #1147

Closed
ccqgithub opened this issue Apr 6, 2022 · 3 comments
Closed
Labels
bug Something isn't working

Comments

@ccqgithub
Copy link

  1. open take over mode, disable builtin typescript features.

.ts file not be checked in the .vuepress folder.

  1. open builtin typescript features, it is ok.

relative issue for typescript: builtin typescript features.

@johnsoncodehk
Copy link
Member

As a workaround, you can add .vuepress to include option in tsconfig for now. See #70 (comment).

@johnsoncodehk johnsoncodehk added the bug Something isn't working label Apr 7, 2022
@ccqgithub
Copy link
Author

As a workaround, you can add .vuepress to include option in tsconfig for now. See #70 (comment).

that work with typescript, but seems not work in take over mode(disable builtin typescript features)

@johnsoncodehk
Copy link
Member

Fixed by 07d204f

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants