-
how to make |
Beta Was this translation helpful? Give feedback.
Answered by
mesqueeb
Aug 20, 2022
Replies: 1 comment
-
This will use the default "generate:types": "vue-tsc --declaration --emitDeclarationOnly", This will use another "generate:types": "vue-tsc --declaration --emitDeclarationOnly --project tsconfig.declaration.json", |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
mesqueeb
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
This will use the default
tsconfig.json
:This will use another
tsconfig.json
, eg.tsconfig.declaration.json
: