Add vue-tsc (#32601)
Some checks are pending
release-nightly / nightly-binary (push) Waiting to run
release-nightly / nightly-docker-rootful (push) Waiting to run
release-nightly / nightly-docker-rootless (push) Waiting to run

As per https://vuejs.org/guide/typescript/overview#overview,
typescript's `tsc` does not support importing `.vue` files from `.ts`
files, so we need to use `vue-tsc` which patches in that support. Added
a convenience alias `make tsc` to run it.
This commit is contained in:
silverwind
2024-11-24 00:02:37 +01:00
committed by GitHub
parent 713364fc71
commit fa175c1694
3 changed files with 147 additions and 4 deletions

View File

@@ -109,7 +109,8 @@
"type-fest": "4.26.1",
"updates": "16.4.0",
"vite-string-plugin": "1.3.4",
"vitest": "2.1.4"
"vitest": "2.1.4",
"vue-tsc": "2.1.10"
},
"browserslist": [
"defaults"