copilot-swe-agent[bot] 83af77128d Fix tests with new errors from types default change
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>
2026-01-22 18:03:55 +00:00
..