•  
      request #22680 Manage typechecking and .d.ts generation with Vite plugins
    Infos
    #22680
    Thomas Gerbet (tgerbet)
    2021-08-31 13:58
    2021-08-26 10:30
    24232
    Details
    Manage typechecking and .d.ts generation with Vite plugins

    Until now we managed the typechecking and the generation of the .d.ts files of our libraries by manipulating tsc directly via npm scripts.

    While this approach works, it is not easy to maintain globally since the setup is done in each library and it leads to a non negligible amount of boilerplate in each package.json.

    The Vite ecosystem is now richer and there are now alternatives to our current approach that allow us to manage everything from the Vite configuration.

    Dev tools
    Empty
    Empty
    • [ ] enhancement
    • [ ] internal improvement
    Empty
    Stage
    Thomas Gerbet (tgerbet)
    Closed
    2021-08-31
    Attachments
    Empty
    References

    Follow-ups