Skip to content
On this page

Disables automatic type acquisition in JavaScript projects:

json
{
  "typeAcquisition": {
    "enable": false
  }
}
{
  "typeAcquisition": {
    "enable": false
  }
}