SIGN IN SIGN UP
facebook / react UNCLAIMED

The library for web and native user interfaces.

0 0 0 JavaScript

[compiler] Disable emit of .tsbuildinfo (#31459)

## Summary
`@rollup/plugin-typescript` emits a warning while building, hinting that
`outputToFilesystem` defaults to true.

Although "noEmit" is set to `true` for the tsconfig, rollup writes a
`dist/.tsbuildinfo`. That file is then also shipped inside the npm
module and doesn't offer any benefit for library consumers. Setting this
option to false results in the file not being written and thus omitted
from the npm module.

## How did you test this change?
`dist/.tsbuildinfo` is not emitted any more.
N
Niklas Mollenhauer committed
3c15d219aa6a573504d42ec0bcff1c0c9f35a842
Parent: 3644f0b
Committed by GitHub <[email protected]> on 11/14/2024, 8:43:36 PM