Software Alternatives & Reviews

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

Vite Monaco Editor
  1. 1
    Next Generation Frontend Tooling
    Pricing:
    • Open Source
    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.

    #Software Development #Web Frameworks #Developer Tools 374 social mentions

  2. A browser based code editor
    Pricing:
    • Open Source
    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.

    #Text Editors #IDE #Developer Tools 47 social mentions

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

Log in or Post with