Home > types > TsConfigJson > TypeAcquisition > exclude
Specifies a list of type declarations to be excluded from auto type acquisition. For example, ['jquery', 'lodash'].
['jquery', 'lodash']
Signature:
exclude?: string[];