vue-script-type-check
v1.0.0
Published
Command line Type-Checking tool for only the script part of Vue
Downloads
36
Readme
vue-script-type-check
command line Type-Checking tool for only the script part of Vue
https://user-images.githubusercontent.com/11070996/175428327-a67f970a-46d4-4de1-8317-77b68a4670e5.mp4
🚀 Usage
Run the script in the directory where tsconfig.json
is located.
$ npx vue-script-type-check ./src/**/*.vue
options
| option | default | description |
| ------------------- | ----------------- | ---------------------- |
| -t, --tsconfig-path | ./tsconfig.json
| Path to tsconfig.json. |
✨ Contributing
Contributions are welcome 🎉
We accept contributions via Pull Requests. See this guide on how to make a contribution.
📄 License
vue-script-type-check is available under the MIT License.
🛣️ TODO
- [x] Fix bug where accurate line numbers were not displayed
- [ ] Add auto publish