Closed as not planned
Description
Minimal repo
I made a minimal reproduction repo: https://github.com/marhyn/vue-tsc-not-ignoring-node_modules
Description
Even when "node_modules" are excluded from the tsconfig.json, type-check report those errors. I would like to type-check only the source code of the project. "skipLibCheck" compiler option is also turned on.