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
hey there, we are using vue-tsc to run some type checking on .vue files... however, its also checking *.html files including Google tags and so on ...
vue-tsc
.vue
*.html
Anyway to disable that?
We are also getting issues w/ imported .md files.
.md
Great work though, much appreciated.
The text was updated successfully, but these errors were encountered:
You can use the exclude option in your tsconfig.json i think. https://www.typescriptlang.org/tsconfig#exclude
Sorry, something went wrong.
53315dd
No branches or pull requests
hey there,
we are using
vue-tsc
to run some type checking on.vue
files... however, its also checking*.html
files including Google tags and so on ...Anyway to disable that?
We are also getting issues w/ imported
.md
files.Great work though, much appreciated.
The text was updated successfully, but these errors were encountered: