Relative import from lib's secondary entry point ❌ Error TS5055: Cannot write file X.d.ts because it would overwrite input file

This page summarizes the projects mentioned and recommended in the original post on dev.to

SurveyJS - Open-Source JSON Form Builder to Create Dynamic Forms Right in Your App
With SurveyJS form UI libraries, you can build and style forms in a fully-integrated drag & drop form builder, render them in your JS app, and store form submission data in any backend, inc. PHP, ASP.NET Core, and Node.js.
surveyjs.io
featured
InfluxDB - Power Real-Time Data Analytics at Scale
Get real-time insights from all types of time series data with InfluxDB. Ingest, query, and analyze billions of data points in real-time with unbounded cardinality.
www.influxdata.com
featured
  • TypeScript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • The TypeScript error TS5055 occurs when the build of a package outputs a file (i.e. xxx.d.ts) which has existed and was already an input (a dependency) for building that package.

  • ng-packagr

    Compile and package Angular libraries in Angular Package Format (APF)

  • ng-packgr will build the entry points in the following order:

  • SurveyJS

    Open-Source JSON Form Builder to Create Dynamic Forms Right in Your App. With SurveyJS form UI libraries, you can build and style forms in a fully-integrated drag & drop form builder, render them in your JS app, and store form submission data in any backend, inc. PHP, ASP.NET Core, and Node.js.

    SurveyJS logo
  • spartacus

    Spartacus is a lean, Angular-based JavaScript storefront for SAP Commerce Cloud that communicates exclusively through the Commerce REST API.

  • Here's a fix of the above error in the real world library (when running yarn build:libs).

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

  • Angular Signals, Reactive Context, and Dynamic Dependency Tracking

    1 project | dev.to | 24 Apr 2024
  • Episode 24/15: Wiz behind the curtain, Copilot in VSCode

    1 project | dev.to | 18 Apr 2024
  • Always unsubscribe. No exceptions. Debate closed.

    1 project | dev.to | 11 Apr 2024
  • Genezio

    1 project | news.ycombinator.com | 5 Apr 2024
  • Angular Signals: Best Practices

    1 project | dev.to | 1 Apr 2024