Add vue-tsc for running TypeScript typechecks
All checks were successful
/ build (push) Successful in 2m57s
/ deploy (push) Successful in 17s

The nuxi typecheck command requires vue-tsc to work.  Add it to the
project so the command doesn't ask to install it.
This commit is contained in:
Hornwitser 2025-06-18 01:02:58 +02:00
parent e821100987
commit a087172d39
2 changed files with 100 additions and 7 deletions

View file

@ -31,6 +31,7 @@
"@types/luxon": "^3.4.2",
"@types/web-push": "^3.6.4",
"happy-dom": "^17.6.3",
"vitest": "^3.2.3"
"vitest": "^3.2.3",
"vue-tsc": "^2.2.10"
}
}