NPM workspace and vite - Read dependency build output (d.ts file)

This page summarizes the projects mentioned and recommended in the original post on /r/webdev

Civic Auth - Auth in Less Than 5 Minutes
Civic Auth comes with multiple SSO options, optional embedded wallets, and user management — all implemented with just a few lines of code. Start building today.
www.civic.com
featured
InfluxDB high-performance time series database
Collect, organize, and act on massive volumes of high-resolution data to power real-time intelligent systems.
influxdata.com
featured
  1. vite-plugin-dts

    A Vite plugin for generating `.d.ts` files.

    I have a monorepo which uses the npm workspace feature. The packages can be built with using vite and d.ts files are generated using vite-plugin-dts. Every package has a vite config.

  2. Civic Auth

    Auth in Less Than 5 Minutes. Civic Auth comes with multiple SSO options, optional embedded wallets, and user management — all implemented with just a few lines of code. Start building today.

    Civic Auth logo
  3. vite

    Next generation frontend tooling. It's fast!

    I have a monorepo which uses the npm workspace feature. The packages can be built with using vite and d.ts files are generated using vite-plugin-dts. Every package has a vite config.

  4. Monaco Editor

    A browser based code editor

    So lets say the project consists of two packages Lib and App in which Lib is a library and App is the frontend app which depends on Lib. Now I want to display a monaco powered code editor in App which has has access to all types of Lib. This means that I have to somehow read the *.d.ts file of Lib as a string to set it as "extra lib" for monaco.

NOTE: The number of mentions on this list indicates mentions on common posts plus user suggested alternatives. Hence, a higher number means a more popular project.

Suggest a related project

Related posts

  • Optimizing React Development with Vite🤩.

    3 projects | dev.to | 19 Dec 2024
  • Type-Safe Env Vars in Remix - A modern approach with ArkType

    4 projects | dev.to | 14 Jun 2024
  • JavaScript Gom Jabbar

    12 projects | news.ycombinator.com | 2 Jul 2023
  • What are the best Build Tools for JavaScript?

    4 projects | /r/AskProgramming | 24 Jun 2022
  • Common Errors in Frontened Setup🛠 - Stock Management System

    1 project | dev.to | 6 Apr 2025

Did you know that TypeScript is
the 1st most popular programming language
based on number of references?