matrix-org/matrix-react-sdk

Cannot find type definition file for 'testing-library__jest-dom'.

MarcWadai opened this issue · 1 comments

Description

I have a fork of matrix-react-sdk that I use as a subtree in my project.
When trying to build my fork, it fails when running the command :
yarn build:types

output :

error TS2688: Cannot find type definition file for 'testing-library__jest-dom'.
  The file is in the program because:
    Entry point for implicit type library 'testing-library__jest-dom'


Found 1 error.

I didn't touch any configuration files or added any dependencies in the project.