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

[vue-tsc] ignore index.html #1661

Closed
arpowers opened this issue Aug 1, 2022 · 1 comment
Closed

[vue-tsc] ignore index.html #1661

arpowers opened this issue Aug 1, 2022 · 1 comment
Labels
bug Something isn't working

Comments

@arpowers
Copy link

arpowers commented Aug 1, 2022

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.

@IIFelix
Copy link
Collaborator

IIFelix commented Aug 7, 2022

You can use the exclude option in your tsconfig.json i think.
https://www.typescriptlang.org/tsconfig#exclude

@johnsoncodehk johnsoncodehk added bug Something isn't working and removed pending triage labels Aug 27, 2022
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

3 participants