Add vue-tsc for running TypeScript typechecks
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:
parent
e821100987
commit
a087172d39
2 changed files with 100 additions and 7 deletions
|
@ -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"
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue