Why does default TypeScript create-vue app only run type checking against Vitest config?

This page summarizes the projects mentioned and recommended in the original post on /r/vuejs

Sevalla - Deploy and host your apps and databases, now with $50 credit!
Sevalla is the PaaS you have been looking for! Advanced deployment pipelines, usage-based pricing, preview apps, templates, human support by developers, and much more!
sevalla.com
featured
InfluxDB – Built for High-Performance Time Series Workloads
InfluxDB 3 OSS is now GA. Transform, enrich, and act on time series data directly in the database. Automate critical tasks and eliminate the need to move data externally. Download now.
www.influxdata.com
featured
  1. concurrently

    Run commands concurrently. Like `npm run watch-js & npm run watch-less` but better.

    Now, the tsconfig.vitest.json seems to be the most "complete" (it will check app files as well as test files), so it's a good choice if you really had to choose one config and run with it (and you still get type checking in the IDE for each config). But, this doesn't include the files from tsconfig.config.json, and as an app grows, the "app" and "vitest" configs may diverge, so wouldn't it be best to use something like concurrently or npm-run-all to run vue-tsc against all 3 configs?

  2. Sevalla

    Deploy and host your apps and databases, now with $50 credit! Sevalla is the PaaS you have been looking for! Advanced deployment pipelines, usage-based pricing, preview apps, templates, human support by developers, and much more!

    Sevalla logo
  3. npm-run-all

    A CLI tool to run multiple npm-scripts in parallel or sequential.

    Now, the tsconfig.vitest.json seems to be the most "complete" (it will check app files as well as test files), so it's a good choice if you really had to choose one config and run with it (and you still get type checking in the IDE for each config). But, this doesn't include the files from tsconfig.config.json, and as an app grows, the "app" and "vitest" configs may diverge, so wouldn't it be best to use something like concurrently or npm-run-all to run vue-tsc against all 3 configs?

NOTE: The number of mentions on this list indicates mentions on common posts plus user suggested alternatives. Hence, a higher number means a more popular project.

Suggest a related project

Related posts

  • How to build a Hacker news clone using Remix, Tailwind css ?

    1 project | dev.to | 10 May 2022
  • Starting script for development in Node.js

    1 project | /r/node | 27 Apr 2022
  • Dungeon Dash – A super fun command-line RPG game

    3 projects | news.ycombinator.com | 3 Sep 2024
  • Publishing a NodeJS CLI tool to NPM

    1 project | dev.to | 15 May 2023
  • How to publish your GitHub project to npm?

    3 projects | dev.to | 27 Nov 2022