Git with a cup of tea! Painless self-hosted all-in-one software development service, including Git hosting, code review, team collaboration, package registry and CI/CD
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.
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 usevue-tsc
which patches in that support. Added a convenience aliasmake tsc
to run it.