OptionaldisableDisable infering what types should be added based on filenames in a project.
OptionalenableEnable auto type acquisition.
OptionalexcludeSpecifies a list of type declarations to be excluded from auto type acquisition. For example, ['jquery', 'lodash'].
OptionalincludeSpecifies a list of type declarations to be included in auto type acquisition. For example, ['jquery', 'lodash'].
Auto type (.d.ts) acquisition options for this project.