command line Type-Checking tool for only the script part of Vue
Kapture.2022-06-24.at.07.55.01.mp4
Run the script in the directory where tsconfig.json
is located.
$ npx vue-script-type-check ./src/**/*.vue
option | default | description |
---|---|---|
-t, --tsconfig-path | ./tsconfig.json |
Path to tsconfig.json. |
Contributions are welcome 🎉
We accept contributions via Pull Requests. See this guide on how to make a contribution.
vue-script-type-check is available under the MIT License.
- Fix bug where accurate line numbers were not displayed
- Add auto publish