Closed
Description
Hi @johnsoncodehk,
In my project, I want to exclude src/graphql/API.ts
for type-checking so I excluded it in tsconfig
like this
- tsconfig.json
"exclude": ["node_modules", "src/graphql/API.ts"]
But I still got the error from this file when I run vue-tsc --noEmit
in the project
Could you provide me with some advice about how to solve this issue?
Thanks