Skip to content
On this page

Offers a config for disabling the type-acquisition for a certain module in JavaScript projects. This can be useful for projects which include other libraries in testing infrastructure which aren't needed in the main application.

json
{
  "typeAcquisition": {
    "exclude": ["jest", "mocha"]
  }
}
{
  "typeAcquisition": {
    "exclude": ["jest", "mocha"]
  }
}