diff --git a/types/autosuggest-highlight/autosuggest-highlight-tests.ts b/types/autosuggest-highlight/autosuggest-highlight-tests.ts index 65c7382e02e7a2..7c1ce3eb2bcf44 100644 --- a/types/autosuggest-highlight/autosuggest-highlight-tests.ts +++ b/types/autosuggest-highlight/autosuggest-highlight-tests.ts @@ -1,3 +1,4 @@ +import "autosuggest-highlight"; import match = require("autosuggest-highlight/match"); import parse = require("autosuggest-highlight/parse"); diff --git a/types/autosuggest-highlight/index.d.ts b/types/autosuggest-highlight/index.d.ts index e69de29bb2d1d6..74a0043c64b73f 100644 --- a/types/autosuggest-highlight/index.d.ts +++ b/types/autosuggest-highlight/index.d.ts @@ -0,0 +1,4 @@ +// Despite not having any definitions, this file must exist on DefinitelyTyped. +// Currently, the tooling assumes that this file exists and performs extra lints, +// as well as using it to figure out where things are. +export {};