Skip to content

kawamataryo/vue-script-type-check

Repository files navigation

vue-script-type-check

CI Downloads Version License GitHub stars

command line Type-Checking tool for only the script part of Vue

Kapture.2022-06-24.at.07.55.01.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

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