UNPKG

@bible-help/bible-book-data

Version:

Get the books of the Bible, their OSIS codes, and their chapters and verses.

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' } };