policyfly / vue-script-tsc

A lightning fast TypeScript type checker for Vue SFC Script tags

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

[Bug] CLI does not use correct paths

BenShelton opened this issue ยท comments

The default arguments are configured to use __dirname instead of process.cwd() so is trying to look for src files in node_modules.

This should be changed to match what the documentation says.

๐ŸŽ‰ This issue has been resolved in version 1.0.2 ๐ŸŽ‰

The release is available on:

Your semantic-release bot ๐Ÿ“ฆ๐Ÿš€