feat(typescript): ability to use custom typescript program #502
Labels
area: Typescript Plugin
✨ enhancement
New feature or request
good first issue
Good for newcomers
released on @canary
Typescript
Typescript package identifier
Description
As a Vue dev, I would like to be able to generate declarations for exposed
.vue
files.Possible Solution
Add
customProgram
option to config that accepts a function that returns a ts program instance.In
compiler.generateDeclarationFiles
The text was updated successfully, but these errors were encountered: