Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Exclude *.tsbuildinfo from shipped package
`@rollup/plugin-typescript` emits a warning while building, hinting that `outputToFilesystem` defaults to true. To keep behavior and remove the warning, we just set it to `true`. Although "noEmit" is set to `true` for the tsconfig, rollup writes a .tsbuildinfo. The .tsbuildinfo is then also shipped inside the npm module and doesn't offer any benefit for library consumers.
- Loading branch information