1.0.0 • Published 2 years ago

vue-script-type-check v1.0.0

Weekly downloads
-
License
MIT
Repository
github
Last release
2 years ago

vue-script-type-check

CI

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

optiondefaultdescription
-t, --tsconfig-path./tsconfig.jsonPath 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

  • Fix bug where accurate line numbers were not displayed
  • Add auto publish