Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

vue-tsc actual readme #4400

Closed
FanilZarip opened this issue May 18, 2024 · 1 comment
Closed

vue-tsc actual readme #4400

FanilZarip opened this issue May 18, 2024 · 1 comment

Comments

@FanilZarip
Copy link

FanilZarip commented May 18, 2024

Where I can find actual Readme?

Because on latest vue Project package.json have
type-chek: "vue-tsc --build --force"
And I did not find that flags.

On readme just this command:
vue-tsc --declaration --emitDeclarationOnly

But this comand do not build dts without --build flag

@RayGuo-ergou
Copy link
Contributor

If using SFCs, use the vue-tsc utility for command line type checking and type declaration generation. vue-tsc is a wrapper around tsc, TypeScript's own command line interface.

from https://vuejs.org/guide/typescript/overview

which means you can reference to tsc 's document.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants