fix types for jest.config.base.js (using @jest/types package)
Created by: sqs
The jest.InitialOptions
type in the jsdoc comment did not exist anymore. It is now in the @jest/types
package that this commit imports.
(Steps: yarn add -D @jest/types && fastmod -e js jest.InitialOptions "import('@jest/types').Config.InitialOptions"
)