Skip to content

Avoid explicitly deleting the tsconfig.tsbuildinfo files #197

Description

@pomerantsev

I now have to use a script that deletes these files:

"clean-tsbuildinfo": "rm -f packages/accented/tsconfig.tsbuildinfo tsconfig.test.tsbuildinfo",

This may not be necessary, but without it something doesn't rebuild correctly, leading to a broken DX. Use this as an opportunity to better understand what this file is and how TypeScript works in general.

Metadata

Metadata

Assignees

No one assigned

    Labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions