UNPKG

@bible-help/chapters-and-verses-in-bible-books

Version:

Get the chapters and verses in each book / chapter of the Bible, and the index for each verse.

12 lines 223 B
export default { preset: 'ts-jest/presets/default-esm', extensionsToTreatAsEsm: ['.ts', '.tsx'], globals: { 'ts-jest': { useESM: true } }, moduleNameMapping: { '^(\\.{1,2}/.*)\\.js$': '$1' } };