Wei

Results 290 comments of Wei

Is there a `tsconfig.json` for `root: '../..'`, if so, what does it looks like?

@alexandercerutti Sure! A minimal re-production is critical to help figuring out what happened.

and FYI, this issue kind of seems like https://github.com/fi3ework/vite-plugin-checker/issues/201. You can check whether they're the same.

You do not need to close the PR, you can always edit this PR util it could be merged. @HonLuk

Could you provide a minimal reproduction? I created a demo project with Vite3's offical scaffold and changed `type: "commonjs"` in package.json but still can not re-produce it.

I haven't used Yarn for a long time and am not familiar with PnP, either. Could you provide the error message?

Run `yarn tsc --noEmit` directly in your project, does it complains?

As vite-plugin-checker is only a binding of vue-tsc to Vite. I tested in my demo project and find in `vue-tsc: ^1.0.14`, exclude files in `src` works and `skipLibCheck` should also...

which vue checker are you using? `vue-tsc` or `vetur`?