mirror of
https://github.com/microsoft/TypeScript.git
synced 2026-02-04 12:32:08 -06:00
Added explicit types arrays to tests that now have new errors: - moduleResolution_automaticTypeDirectiveNames: types: ["a"] - referenceTypesPreferedToPathIfPossible: types: ["node"] - typeRootsFromMultipleNodeModulesDirectories: types: ["dopey", "grumpy", "sneezy"] - typeRootsFromNodeModulesInParentDirectory: types: ["foo"] - typingsLookup3: types: ["jquery"] These tests relied on automatic @types inclusion and now require explicit configuration. Co-authored-by: RyanCavanaugh <6685088+RyanCavanaugh@users.noreply.github.com>