Skip to content
#

esbuild-plugin

Here are 51 public repositories matching this topic...

gablabelle
gablabelle commented Jun 20, 2021

In our monorepo, each package has a tsconfig that extends a shared tsconfig located at the root of the yarn workspace. It seems that the compilerOptions from the extended tsconfig are not being taken into consideration.

For example, I had to add "declarationMap": true, in order to generate sourcemaps for d.ts files even though the option is enabled in tsconfig.settings.json.

{
  "e

Improve this page

Add a description, image, and links to the esbuild-plugin topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the esbuild-plugin topic, visit your repo's landing page and select "manage topics."

Learn more